We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1824018 + 9836b39 commit c504a83Copy full SHA for c504a83
lib/legacy-table.js
@@ -5,7 +5,7 @@ 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);
+ this._super(plugin, revisions);
9
10
this._plugin = plugin;
11
this.revisions = revisions;
lib/scm-table.js
@@ -7,7 +7,7 @@ var Promise = require('ember-cli/lib/ext/promise');
12
13
0 commit comments