fix syntax error in 9dabc33770d6d85629c85fbf271186be1e341efd - it broke all plugins (oops!)

This commit is contained in:
Jon Atkins 2013-10-29 02:48:03 +00:00
parent 9dabc33770
commit c52d657864

View File

@ -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