Skip to content

Commit

Permalink
build for last
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewplummer committed Apr 29, 2014
1 parent 6a41c42 commit 0c4bbcd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion release/sugar-full.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@

function escapeRegExp(str) {
if(!isString(str)) str = string(str);
return str.replace(/([\\\/\'*+?|()\[\]{}.^$])/g,'\\$1');
return str.replace(/([\\\/\'*+?|()\[\]{}.^$-])/g,'\\$1');
}


Expand Down
2 changes: 1 addition & 1 deletion release/sugar-full.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion release/sugar.development.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@

function escapeRegExp(str) {
if(!isString(str)) str = string(str);
return str.replace(/([\\\/\'*+?|()\[\]{}.^$])/g,'\\$1');
return str.replace(/([\\\/\'*+?|()\[\]{}.^$-])/g,'\\$1');
}


Expand Down
2 changes: 1 addition & 1 deletion release/sugar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0c4bbcd

Please sign in to comment.