Skip to content

Commit

Permalink
Fix sKey variable to not be global.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcorral committed Oct 25, 2013
1 parent ee30506 commit 9c1b8d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JSONC.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@
var nIndex,
oKeys,
str,
sKey,
nLenKeys,
jsonCopy = JSON.parse( JSON.stringify( json ) );
if ( _isArray( json ) )
Expand Down

0 comments on commit 9c1b8d8

Please sign in to comment.