Changeset 27651
- Timestamp:
- 03/22/2014 10:53:10 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/customize-models.js
r27498 r27651 23 23 attachment_id: 0, 24 24 url: '', 25 timestamp: Date.now(),25 timestamp: _.now(), 26 26 thumbnail_url: '' 27 27 }, … … 213 213 // Bump images to top except for special "Randomize" images 214 214 if (!model.get('random')) { 215 model.get('header').timestamp = Date.now();215 model.get('header').timestamp = _.now(); 216 216 this.sort(); 217 217 }
Note: See TracChangeset
for help on using the changeset viewer.