Changeset 31923
- Timestamp:
- 03/30/2015 02:49:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/tinymce/plugins/wpemoji/plugin.js
r31922 r31923 1 1 ( function( tinymce, wp, twemoji ) { 2 2 tinymce.PluginManager.add( 'wpemoji', function( editor ) { 3 var typing, match,3 var typing, 4 4 env = tinymce.Env, 5 5 ua = window.navigator.userAgent, … … 54 54 } ); 55 55 56 editor.on( 'input', function( event) {56 editor.on( 'input', function() { 57 57 if ( typing ) { 58 58 return;
Note: See TracChangeset
for help on using the changeset viewer.