[pLog-svn] r6839 - plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sun Feb 22 22:06:30 EST 2009


Author: jondaley
Date: 2009-02-22 22:06:30 -0500 (Sun, 22 Feb 2009)
New Revision: 6839

Modified:
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js
Log:
IE doesn't accept a comma here.  With the comma causes 'tinymce not defined' on some versions of IE

Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js	2009-02-22 00:58:15 UTC (rev 6838)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js	2009-02-23 03:06:30 UTC (rev 6839)
@@ -54,7 +54,7 @@
 
 	   // Pass to next handler in chain
 	   return false;
-	},
+	}
 };
 
 tinyMCE.addPlugin("insertaudio", TinyMCE_insertaudioPlugin );



More information about the pLog-svn mailing list