mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-24 16:59:05 +00:00
Fixed materialize slider shit
This commit is contained in:
Vendored
+1
-1
@@ -3190,7 +3190,7 @@ $(document).ready(function(){
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
$.fn.slider = function(methodOrOptions) {
|
$.fn.materializeSlider = function(methodOrOptions) {
|
||||||
if ( methods[methodOrOptions] ) {
|
if ( methods[methodOrOptions] ) {
|
||||||
return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));
|
return methods[ methodOrOptions ].apply( this, Array.prototype.slice.call( arguments, 1 ));
|
||||||
} else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {
|
} else if ( typeof methodOrOptions === 'object' || ! methodOrOptions ) {
|
||||||
|
|||||||
Vendored
+4
-4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user