From 51c338b9edc14fe5b05138f3fc4093c4459c30ea Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Tue, 10 Feb 2009 13:11:34 +0000 Subject: all: fixed jslint warnings --- ui/ui.resizable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/ui.resizable.js') diff --git a/ui/ui.resizable.js b/ui/ui.resizable.js index 971808e98..a0503c456 100644 --- a/ui/ui.resizable.js +++ b/ui/ui.resizable.js @@ -350,7 +350,7 @@ $.widget("ui.resizable", $.extend({}, $.ui.mouse, { _respectSize: function(data, event) { var isNumber = function(value) { - return !isNaN(parseInt(value, 10)) + return !isNaN(parseInt(value, 10)); }; var el = this.helper, o = this.options, pRatio = this._aspectRatio || event.shiftKey, a = this.axis, -- cgit v1.2.3