]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/js/tiny_mce/plugins/emotions/editor_plugin_src.js
Imported Upstream version 0.5
[roundcube.git] / program / js / tiny_mce / plugins / emotions / editor_plugin_src.js
index df0d370aeab690245bf03bb35623dd7b180720d0..71d5416972366df4916c848dd1fc271f8f3ffd55 100644 (file)
@@ -1,11 +1,14 @@
 /**\r
- * $Id: editor_plugin_src.js 520 2008-01-07 16:30:32Z spocke $\r
+ * editor_plugin_src.js\r
  *\r
- * @author Moxiecode\r
- * @copyright Copyright © 2004-2008, Moxiecode Systems AB, All rights reserved.\r
+ * Copyright 2009, Moxiecode Systems AB\r
+ * Released under LGPL License.\r
+ *\r
+ * License: http://tinymce.moxiecode.com/license\r
+ * Contributing: http://tinymce.moxiecode.com/contributing\r
  */\r
 \r
-(function() {\r
+(function(tinymce) {\r
        tinymce.create('tinymce.plugins.EmotionsPlugin', {\r
                init : function(ed, url) {\r
                        // Register commands\r
@@ -37,4 +40,4 @@
 \r
        // Register plugin\r
        tinymce.PluginManager.add('emotions', tinymce.plugins.EmotionsPlugin);\r
-})();
\ No newline at end of file
+})(tinymce);
\ No newline at end of file