📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv2.demodesign.com.tr
/
assets
/
vendor
/
jquery-migrate
/
src
📝
effects.js
← Geri Dön
var oldTweenRun = jQuery.Tween.prototype.run; var linearEasing = function( pct ) { return pct; }; jQuery.Tween.prototype.run = function( ) { if ( jQuery.easing[ this.easing ].length > 1 ) { migrateWarn( "'jQuery.easing." + this.easing.toString() + "' should use only one argument" ); jQuery.easing[ this.easing ] = linearEasing; } oldTweenRun.apply( this, arguments ); }; jQuery.fx.interval = jQuery.fx.interval || 13; // Support: IE9, Android <=4.4 // Avoid false positives on browsers that lack rAF if ( window.requestAnimationFrame ) { migrateWarnProp( jQuery.fx, "interval", jQuery.fx.interval, "jQuery.fx.interval is deprecated" ); }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula