Changeset 28046
- Timestamp:
- 04/08/2014 11:20:34 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/media-views.js
r28031 r28046 4904 4904 scroll: function() { 4905 4905 var view = this, 4906 toolbar = this.views.parent.toolbar; 4907 4908 // @todo: is :visible still necessary? 4906 toolbar; 4907 4909 4908 if ( ! this.$el.is(':visible') || ! this.collection.hasMore() ) { 4910 4909 return; 4911 4910 } 4911 4912 toolbar = this.views.parent.toolbar; 4912 4913 4913 4914 // Show the spinner only if we are close to the bottom.
Note: See TracChangeset
for help on using the changeset viewer.