Skip to content

Commit

Permalink
remove the trailing comma to fix IE
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 8, 2012
1 parent 3572179 commit 3c2753d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -34,7 +34,7 @@ module.exports = function (src, opts, fn) {
var result = {
chunks : src.split(''),
toString : function () { return result.chunks.join('') },
inspect : function () { return result.toString() },
inspect : function () { return result.toString() }
};
var index = 0;

Expand Down

0 comments on commit 3c2753d

Please sign in to comment.