Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Remove odd comments on use strict statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Sep 11, 2013
1 parent 254fd91 commit 59888cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/intro.js
Expand Up @@ -15,6 +15,5 @@
}
}
(function($) {
/* This currently causes issues with Safari 6, so for it's disabled */
"use strict"; // (Dis)able ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/
"use strict"; // Enable ECMAScript "strict" operation for this function. See more: http://ejohn.org/blog/ecmascript-5-strict-mode-json-and-more/

0 comments on commit 59888cb

Please sign in to comment.