Skip to content

Commit

Permalink
Merge branch 'closure-scope' of https://github.com/sstephenson/backbone
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Dec 17, 2010
2 parents 12f7ae9 + 2c29387 commit 714a521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone.js
Original file line number Diff line number Diff line change
Expand Up @@ -1040,4 +1040,4 @@
return string.replace(/&(?!\w+;)/g, '&amp;').replace(/</g, '&lt;').replace(/>/g, '&gt;').replace(/"/g, '&quot;');
};

})();
}).call(this);

0 comments on commit 714a521

Please sign in to comment.