~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-admin/js/word-count.js

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-01-24 22:20:08 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140124222008-wgyk0hvmhjkubf9i
Tags: 3.8.1+dfsg-1
* New upstream release.
* Depend on either mysql or mariadb client Closes: #732914

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* global wordCountL10n */
 
2
var wpWordCount;
1
3
(function($,undefined) {
2
4
        wpWordCount = {
3
5
 
34
36
                                setTimeout( function() { t.block = 0; }, 2000 );
35
37
                        }, 1 );
36
38
                }
37
 
        }
 
39
        };
38
40
 
39
41
        $(document).bind( 'wpcountwords', function(e, txt) {
40
42
                wpWordCount.wc(txt);