summaryrefslogtreecommitdiff
path: root/src/intertyper.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-01-25 10:21:27 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-01-25 10:21:27 -0800
commit72c0fb8cdb7d430039a67308e798212def8c2b08 (patch)
tree970b68e46e1b5a10776c571dd35961ec2e1d52bc /src/intertyper.js
parent0bdac9f178cb4aefdd7b11eee93110324c76f9a2 (diff)
fix some spacing stuff
Diffstat (limited to 'src/intertyper.js')
-rw-r--r--src/intertyper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intertyper.js b/src/intertyper.js
index 010b0d71..ae9794b8 100644
--- a/src/intertyper.js
+++ b/src/intertyper.js
@@ -83,7 +83,7 @@ function intertyper(data, sidePass, baseLineNums) {
var global = /([@%\w\d\.\" ]+) = .*/.exec(line);
var globalIdent = toNiceIdent(global[1]);
var testAlias = /[@%\w\d\.\" ]+ = alias .*/.exec(line);
- var testString = /^[^"]+c\"[^"]+"/.exec( line );
+ var testString = /^[^"]+c\"[^"]+"/.exec(line);
Variables.globals[globalIdent] = {
name: globalIdent,
alias: !!testAlias,