Make WordPress Core

Ticket #26018: 26018.2.diff

File 26018.2.diff, 566 bytes (added by jorbin, 11 years ago)
  • src/wp-admin/js/word-count.js

     
     1/* global wordCountL10n */
    12(function($,undefined) {
    2         wpWordCount = {
     3        var wpWordCount = {
    34
    45                settings : {
    56                        strip : /<[a-zA-Z\/][^<>]*>/g, // strip HTML tags
     
    3435                                setTimeout( function() { t.block = 0; }, 2000 );
    3536                        }, 1 );
    3637                }
    37         }
     38        };
    3839
    3940        $(document).bind( 'wpcountwords', function(e, txt) {
    4041                wpWordCount.wc(txt);