Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
omarhamdan committed Feb 25, 2018
1 parent 75ba828 commit 9b77614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember_debug/general-debug.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint no-empty:0 */
import PortMixin from "ember-debug/mixins/port-mixin";
const Ember = window.Ember;
const { computed, Object: EmberObject, A } = Ember;
const { computed, Object: EmberObject } = Ember;
let { libraries } = Ember;
const { readOnly } = computed;

Expand Down

0 comments on commit 9b77614

Please sign in to comment.