aboutsummaryrefslogtreecommitdiff
path: root/src/enzymatic.js
diff options
context:
space:
mode:
authorDavid LaPalomento <dlapalomento@gmail.com>2010-12-09 22:43:31 -0800
committerDavid LaPalomento <dlapalomento@gmail.com>2010-12-09 22:43:31 -0800
commit74338a84911ecab007cb929cc417f59bfbac600a (patch)
tree7808b9582c73d015bea0eb60e474b84277e827f5 /src/enzymatic.js
parent660398be701fa73c13d2828379404018d4292e0e (diff)
code cleanup of |,;|s
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r--src/enzymatic.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js
index b0fd4619..8b936a23 100644
--- a/src/enzymatic.js
+++ b/src/enzymatic.js
@@ -128,7 +128,7 @@ Substrate.prototype = {
}
midComment();
}
- },
+ }
};
Zyme = function() { };
@@ -160,6 +160,6 @@ Zyme.prototype = {
}
}
return ret;
- },
+ }
};