Changeset 28147
- Timestamp:
- 04/16/2014 03:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/theme.js
r28141 r28147 1180 1180 navigate: function() { 1181 1181 if ( Backbone.history._hasPushState ) { 1182 Backbone.Router. navigate.apply( this, arguments );1182 Backbone.Router.prototype.navigate.apply( this, arguments ); 1183 1183 } 1184 1184 } … … 1583 1583 navigate: function() { 1584 1584 if ( Backbone.history._hasPushState ) { 1585 Backbone.Router. navigate.apply( this, arguments );1585 Backbone.Router.prototype.navigate.apply( this, arguments ); 1586 1586 } 1587 1587 }
Note: See TracChangeset
for help on using the changeset viewer.