scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 124  →  ?path2? @ 125
/bower_components/yaml.js/lib/Pattern.js
@@ -1,4 +1,4 @@
// Generated by CoffeeScript 1.10.0
// Generated by CoffeeScript 1.12.4
var Pattern;
 
Pattern = (function() {
@@ -106,7 +106,7 @@
count = 0;
while (this.regex.test(str) && (limit === 0 || count < limit)) {
this.regex.lastIndex = 0;
str = str.replace(this.regex, '');
str = str.replace(this.regex, replacement);
count++;
}
return [str, count];