Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Foundation build to bower-foundation
Browse files Browse the repository at this point in the history
  • Loading branch information
mhayes committed Dec 18, 2014
1 parent 5f409a1 commit b1e5e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/foundation.js
Expand Up @@ -2471,7 +2471,7 @@

if (i > 0) {
while (i--) {
var split = raw_arr[i].split(/\((.*?)(\))$/);
var split = raw_arr[i].split(/\(([^\)]*?)(\))$/);

if (split.length > 1) {
var params = this.parse_scenario(split);
Expand Down

0 comments on commit b1e5e3c

Please sign in to comment.