Skip to content

Commit

Permalink
[dist] run build
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaagie committed Dec 16, 2014
1 parent 1d74ef6 commit 45d006c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build/director.js
@@ -1,8 +1,8 @@


//
// Generated on Sat Dec 06 2014 16:08:09 GMT-0500 (EST) by Charlie Robbins, Paolo Fragomeni & the Contributors (Using Codesurgeon).
// Version 1.2.4
// Generated on Tue Dec 16 2014 12:13:47 GMT+0100 (CET) by Charlie Robbins, Paolo Fragomeni & the Contributors (Using Codesurgeon).
// Version 1.2.6
//

(function (exports) {
Expand Down Expand Up @@ -341,7 +341,7 @@ function paramifyString(str, params, mod) {
}
}
}
return mod === str ? "([._a-zA-Z0-9-%\(\)]+)" : mod;
return mod === str ? "([._a-zA-Z0-9-%()]+)" : mod;
}

function regifyString(str, params) {
Expand Down

0 comments on commit 45d006c

Please sign in to comment.