Skip to content

Commit

Permalink
Trimmed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
leongersen committed Jun 5, 2013
1 parent 9976136 commit 2a94d53
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions jquery.nouislider.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ $.fn.noUiSlider = function(options){
}
}
,"connect": {
t: function(o,q){
t: function(o,q){
return ( q === true || q === false || q === 'lower' || q === 'upper' );
}
}
,"orientation": {
t: function(o,q){
t: function(o,q){
return ( q == "horizontal" || q == "vertical" );
}
}
Expand Down Expand Up @@ -110,11 +110,11 @@ $.fn.noUiSlider = function(options){
}
,"slide": {
t: function(o,q){
return typeof q === "function";
return typeof q === "function";
}
}
,"step": {
t: function(o,q,w){
t: function(o,q,w){
return this.parent.margin.t(o,q,w);
}
}
Expand Down Expand Up @@ -342,7 +342,7 @@ $.fn.noUiSlider = function(options){
}
}

// Run options tests, test method will throw errors
// Run options tests, test method will throw errors
// so there is no need to capture the result of this call.
test(options,$(this));

Expand Down Expand Up @@ -386,7 +386,7 @@ $.fn.noUiSlider = function(options){

// create inputs for handles and initialize them
handles[i].data('input', input(
i
i
,handles[i]
,base
,options.serialization
Expand Down Expand Up @@ -555,4 +555,4 @@ $.fn.noUiSlider = function(options){

return methods.create.apply(this);

}})(jQuery);
}})(jQuery);

0 comments on commit 2a94d53

Please sign in to comment.