]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js
Wordpress 3.0
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / plugins / spellchecker / editor_plugin.js
index 72c1a7a625c9d13253f42e1cf27dc1e7664144b6..054a2da0518dc6e64f6478381f715d1b871a6cf1 100644 (file)
                },
 
                _sendRPC : function(m, p, cb) {
-                       var t = this, url = t.editor.getParam("spellchecker_rpc_url", this.url+"/rpc.php");
+                       var t = this, url = t.editor.getParam("spellchecker_rpc_url", this.url+'/rpc.php');
 
                        if (url == '{backend}') {
                                t.editor.setProgressState(0);