From be84a222f9abb89a9c362533df58c751061a6937 Mon Sep 17 00:00:00 2001 From: George Michael Brower Date: Tue, 1 Feb 2011 14:07:03 -0500 Subject: [PATCH] Dumb bug on accounta find/replace .. index currently broken --- gui.js | 2 +- index.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gui.js b/gui.js index b2c317d..5de51bf 100644 --- a/gui.js +++ b/gui.js @@ -605,7 +605,7 @@ GUI.constrain = function (v, o1, o2) { GUI.error = function(str) { if (typeof console.error == 'function') { - console.GUI.error("[GUI ERROR] " + str); + console.error("[GUI ERROR] " + str); } }; diff --git a/index.html b/index.html index b92f577..bd17f4c 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ +