Skip to content

Commit

Permalink
Merge pull request #14976 from emberjs/remove-no-use-strict
Browse files Browse the repository at this point in the history
remove “no use strict”
  • Loading branch information
stefanpenner authored Mar 1, 2017
2 parents 0a74a01 + 900b249 commit 676fa7e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 20 deletions.
4 changes: 0 additions & 4 deletions packages/ember-metal/lib/dependent_keys.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
'no use strict';
// Remove "use strict"; from transpiled module until
// https://bugs.webkit.org/show_bug.cgi?id=138038 is fixed

import {
watch,
unwatch
Expand Down
4 changes: 0 additions & 4 deletions packages/ember-metal/lib/events.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
'no use strict';
// Remove "use strict"; from transpiled module until
// https://bugs.webkit.org/show_bug.cgi?id=138038 is fixed

/**
@module ember
@submodule ember-metal
Expand Down
4 changes: 0 additions & 4 deletions packages/ember-metal/lib/meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
'no use strict';
// Remove "use strict"; from transpiled module until
// https://bugs.webkit.org/show_bug.cgi?id=138038 is fixed

import {
HAS_NATIVE_WEAKMAP,
EmptyObject,
Expand Down
4 changes: 0 additions & 4 deletions packages/ember-metal/lib/mixin.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
'no use strict';
// Remove "use strict"; from transpiled module until
// https://bugs.webkit.org/show_bug.cgi?id=138038 is fixed

/**
@module ember
@submodule ember-metal
Expand Down
4 changes: 0 additions & 4 deletions packages/ember-runtime/lib/system/core_object.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
'no use strict';
// Remove "use strict"; from transpiled module until
// https://bugs.webkit.org/show_bug.cgi?id=138038 is fixed

/**
@module ember
@submodule ember-runtime
Expand Down

0 comments on commit 676fa7e

Please sign in to comment.