From c52d657864977c1ad915c9bea565a18aed423787 Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Tue, 29 Oct 2013 02:48:03 +0000 Subject: [PATCH] fix syntax error in 9dabc33770d6d85629c85fbf271186be1e341efd - it broke all plugins (oops!) --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index f81f6245..921f0d0a 100755 --- a/build.py +++ b/build.py @@ -74,7 +74,7 @@ if(typeof window.plugin !== 'function') window.plugin = function() {}; //PLUGIN AUTHORS: writing a plugin outside of the IITC build environment? if so, delete these lines!! //(leaving them in place might break the 'About IITC' page or break update checks) plugin_info.buildName = '@@BUILDNAME@@'; -plugin_info.dateTimeVersion: '@@DATETIMEVERSION@@'; +plugin_info.dateTimeVersion = '@@DATETIMEVERSION@@'; plugin_info.pluginId = '@@PLUGINNAME@@'; //END PLUGIN AUTHORS NOTE