Commit 120f379c authored by Franco Fichtner's avatar Franco Fichtner

javascript: apply whitespace cleanups

parent b50b4cd7
...@@ -111,4 +111,3 @@ function NetUtils_loadMaskIPv6(obj, sel, min, max) { ...@@ -111,4 +111,3 @@ function NetUtils_loadMaskIPv6(obj, sel, min, max) {
j++; j++;
} }
} }
...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) { ...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) {
this.selectRange(iLen, sSuggestion.length); this.selectRange(iLen, sSuggestion.length);
} }
}; };
...@@ -1108,4 +1108,3 @@ datePickerController = { ...@@ -1108,4 +1108,3 @@ datePickerController = {
})(); })();
datePickerController.addEvent(window, 'load', datePickerController.create); datePickerController.addEvent(window, 'load', datePickerController.create);
...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) { ...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) {
this.selectRange(iLen, sSuggestion.length); this.selectRange(iLen, sSuggestion.length);
} }
}; };
...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) { ...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) {
this.selectRange(iLen, sSuggestion.length); this.selectRange(iLen, sSuggestion.length);
} }
}; };
...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) { ...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) {
this.selectRange(iLen, sSuggestion.length); this.selectRange(iLen, sSuggestion.length);
} }
}; };
...@@ -40,4 +40,3 @@ var AjaxQueue = { ...@@ -40,4 +40,3 @@ var AjaxQueue = {
} }
} }
}; };
...@@ -200,4 +200,3 @@ function widgetActive(x) { ...@@ -200,4 +200,3 @@ function widgetActive(x) {
jQuery(document).ready(function(){ jQuery(document).ready(function(){
setTimer(); setTimer();
}); });
...@@ -1323,4 +1323,3 @@ $.timepicker = new Timepicker(); // singleton instance ...@@ -1323,4 +1323,3 @@ $.timepicker = new Timepicker(); // singleton instance
$.timepicker.version = "0.9.9"; $.timepicker.version = "0.9.9";
})(jQuery); })(jQuery);
...@@ -137,4 +137,3 @@ if (!Array.prototype.some) { ...@@ -137,4 +137,3 @@ if (!Array.prototype.some) {
$(document).ipv4v6ify(); $(document).ipv4v6ify();
}); });
})(jQuery); })(jQuery);
...@@ -53,4 +53,3 @@ function AllOptions(el, selectAll) { ...@@ -53,4 +53,3 @@ function AllOptions(el, selectAll) {
opt.selected = selectAll; opt.selected = selectAll;
}); });
} }
...@@ -581,4 +581,3 @@ var forEach = function(object, block, context) { ...@@ -581,4 +581,3 @@ var forEach = function(object, block, context) {
resolve.forEach(object, block, context); resolve.forEach(object, block, context);
} }
}; };
...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) { ...@@ -333,4 +333,3 @@ AutoSuggestControl.prototype.typeAhead = function (sSuggestion /*:String*/) {
this.selectRange(iLen, sSuggestion.length); this.selectRange(iLen, sSuggestion.length);
} }
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment