We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51f203b + f171da8 commit e50b721Copy full SHA for e50b721
lib/legacy-table.js
@@ -5,6 +5,8 @@ var Promise = require('ember-cli/lib/ext/promise');
5
6
module.exports = CoreObject.extend({
7
init: function(plugin, revisions) {
8
+ this._super.init && this._super.init.apply(this, arguments);
9
+
10
this._plugin = plugin;
11
this.revisions = revisions;
12
},
lib/scm-table.js
@@ -7,6 +7,8 @@ var Promise = require('ember-cli/lib/ext/promise');
13
14
0 commit comments