|
@ -131,6 +131,14 @@ $.fn.range = function(parameters) { |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
disconnect: { |
|
|
|
|
|
sliderObserver: function() { |
|
|
|
|
|
if(sliderObserver) { |
|
|
|
|
|
sliderObserver.disconnect(); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
setup: { |
|
|
setup: { |
|
|
layout: function() { |
|
|
layout: function() { |
|
|
if( $module.attr('tabindex') === undefined) { |
|
|
if( $module.attr('tabindex') === undefined) { |
|
|