]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/js/word-count.js
WordPress 3.8
[autoinstalls/wordpress.git] / wp-admin / js / word-count.js
index b42f5c3b49b554ec61b5fed8f56bc26f29bcea01..0c537ba179c1fb75dd76ffbed3381cf11d4a5755 100644 (file)
@@ -1,3 +1,5 @@
+/* global wordCountL10n */
+var wpWordCount;
 (function($,undefined) {
        wpWordCount = {
 
@@ -34,7 +36,7 @@
                                setTimeout( function() { t.block = 0; }, 2000 );
                        }, 1 );
                }
-       }
+       };
 
        $(document).bind( 'wpcountwords', function(e, txt) {
                wpWordCount.wc(txt);