Changeset 31995
- Timestamp:
- 04/03/2015 02:36:36 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r31994 r31995 1290 1290 } 1291 1291 1292 _.debounce( _.bind( this.doSearch, this ), 300 )( event.target.value );1292 this.doSearch( event.target.value ); 1293 1293 }, 1294 1294
Note: See TracChangeset
for help on using the changeset viewer.