Changeset 26209
- Timestamp:
- 11/15/2013 06:51:23 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/word-count.js
r21592 r26209 1 /* global wordCountL10n */ 2 var wpWordCount; 1 3 (function($,undefined) { 2 4 wpWordCount = { … … 35 37 }, 1 ); 36 38 } 37 } 39 }; 38 40 39 41 $(document).bind( 'wpcountwords', function(e, txt) { -
trunk/src/wp-includes/js/mediaelement/wp-mediaelement.js
r24940 r26209 1 /* global mejs, _wpmejsSettings */ 1 2 (function ($) { 2 3 // add mime-type aliases to MediaElement plugin support
Note: See TracChangeset
for help on using the changeset viewer.