]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/media-editor.js
WordPress 3.8
[autoinstalls/wordpress.git] / wp-includes / js / media-editor.js
index 5e2a5fa6294f75f85f28dd3d77ca03ea611defbb..75b1c570d90df7ac017114bee3e91a12c4de46cb 100644 (file)
@@ -1,3 +1,5 @@
+/* global getUserSetting, tinymce, QTags, wpActiveEditor */
+
 // WordPress, TinyMCE, and Media
 // -----------------------------
 (function($){
                                        var display = state.display( attachment ).toJSON();
                                        return this.send.attachment( display, attachment.toJSON() );
                                }, this ) ).done( function() {
-                                       wp.media.editor.insert( _.toArray( arguments ).join("\n\n") );
+                                       wp.media.editor.insert( _.toArray( arguments ).join('\n\n') );
                                });
                        }, this );