Progress, but String is not extended for some reason

This commit is contained in:
2018-12-12 12:10:22 -05:00
parent 36b7ed4c03
commit b3def11dd0
20 changed files with 717 additions and 86 deletions
+4 -1
View File
@@ -2,5 +2,8 @@
'use strict';
module.exports = {
name: 'ember-panda-adapter'
name: 'ember-panda-adapter',
included: function(/* app */) {
this._super.included.apply(this, arguments);
}
};