Skip to content

Commit

Permalink
fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Oct 18, 2019
1 parent 94a19c8 commit 1e59451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ember_debug/object-inspector.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import PortMixin from 'ember-debug/mixins/port-mixin';
import { compareVersion } from 'ember-debug/utils/version';
import { isComputed, isDescriptor, getDescriptorFor } from 'ember-debug/utils/type-check';
import { typeOf } from "./utils/type-check";
import { typeOf } from '../utils/type-check';

const Ember = window.Ember;
const {
Expand Down
2 changes: 1 addition & 1 deletion ember_debug/view-debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
viewName as getViewName,
shortViewName as getShortViewName
} from 'ember-debug/utils/name-functions';
import { typeOf } from "./utils/type-check";
import { typeOf } from '../utils/type-check';

const Ember = window.Ember;

Expand Down

0 comments on commit 1e59451

Please sign in to comment.