diff options
author | alon@honor <none@none> | 2010-08-29 21:13:21 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-08-29 21:13:21 -0700 |
commit | 29ee2b5492eb45f21a5e9340e570235c69300ac1 (patch) | |
tree | 7f584ed5842608bf8548d6ea55d447112d464ade /src/enzymatic.js | |
parent | 7f6a38d25ccb93c33a2a26e904557a85c93adb91 (diff) |
typo
Diffstat (limited to 'src/enzymatic.js')
-rw-r--r-- | src/enzymatic.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enzymatic.js b/src/enzymatic.js index 6cd99bdf..ea6a4f27 100644 --- a/src/enzymatic.js +++ b/src/enzymatic.js @@ -28,7 +28,7 @@ Substrate.prototype = { }, solve: function() { - print("// Solving " + this._name + "..."); + print("// Solving " + this.name_ + "..."); var startTime = Date.now(); var midTime = startTime; |