Changeset 1428
- Timestamp:
- 03/19/2015 09:03:02 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/js/theme.js
r1417 r1428 313 313 // for `theme:next` and `theme:previous` events. 314 314 this.listenTo( preview, 'theme:next', function() { 315 this.trigger( 'theme:next' );316 317 315 // Keep local track of current theme model. 318 316 current = self.model; … … 340 338 }) 341 339 .listenTo( preview, 'theme:previous', function() { 342 this.trigger( 'theme:previous' );343 344 340 // Keep track of current theme model. 345 341 current = self.model;
Note: See TracChangeset
for help on using the changeset viewer.