Skip to content

Commit

Permalink
Item13021: make sure "use strict" isn't removed
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDaum authored and gac410 committed Sep 22, 2014
1 parent 7e8f063 commit bba37e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pub/System/JsonRpcContrib/json2.uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ if (!JSON) {
}

(function () {
"use strict";
"use strict";

function f(n) {
// Format integers to have at least two digits.
Expand Down

0 comments on commit bba37e5

Please sign in to comment.