aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.resizable.js
diff options
context:
space:
mode:
authorPaul Bakaus <paul.bakaus@googlemail.com>2009-02-10 13:11:34 +0000
committerPaul Bakaus <paul.bakaus@googlemail.com>2009-02-10 13:11:34 +0000
commit51c338b9edc14fe5b05138f3fc4093c4459c30ea (patch)
tree8aca5bf29e7a100fb3869a7f181653df1dab9c2c /ui/ui.resizable.js
parent2e0f967680447e93e04eea2764f53ea3977b4f5f (diff)
downloadjquery-ui-51c338b9edc14fe5b05138f3fc4093c4459c30ea.tar.gz
jquery-ui-51c338b9edc14fe5b05138f3fc4093c4459c30ea.zip
all: fixed jslint warnings
Diffstat (limited to 'ui/ui.resizable.js')
-rw-r--r--ui/ui.resizable.js2
1 files changed, 1 insertions, 1 deletions
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,