Made changes in ReferenceStrip.js

This commit is contained in:
Abhishek-90 2021-12-15 11:54:11 +05:30
parent 200bd607d8
commit 77c47cdd09

View File

@ -267,7 +267,7 @@ $.ReferenceStrip.prototype = {
*/ */
update: function () { update: function () {
if ( THIS[this.id].animating ) { if ( THIS[this.id].animating ) {
$.console.log( 'image reference strip update' ); // $.console.log( 'image reference strip update' );
return true; return true;
} }
return false; return false;