Changeset 28649
- Timestamp:
- 06/02/2014 12:26:24 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/mediaelement/wp-playlist.js
r28370 r28649 146 146 } else { 147 147 this.index = 0; 148 this.current = this.tracks.at( this.index ); 149 this.loadCurrent(); 148 this.setCurrent(); 150 149 } 151 150 },
Note: See TracChangeset
for help on using the changeset viewer.