aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/progressbar/common.js
diff options
context:
space:
mode:
authorAmanpreet Singh <apsdehal@gmail.com>2016-04-06 18:38:28 +0530
committerAmanpreet Singh <apsdehal@gmail.com>2016-04-14 00:08:29 +0530
commitb7b53d2163f2d602b454f3a1a17a1da0032d8066 (patch)
tree527dc1ca1baac0c4eb3570de9b3de9b2f3386c51 /tests/unit/progressbar/common.js
parent059b5b17a11de4ba26f3b2c5c426911ff245835d (diff)
downloadjquery-ui-b7b53d2163f2d602b454f3a1a17a1da0032d8066.tar.gz
jquery-ui-b7b53d2163f2d602b454f3a1a17a1da0032d8066.zip
Progressbar: Shift to use no globals
Diffstat (limited to 'tests/unit/progressbar/common.js')
-rw-r--r--tests/unit/progressbar/common.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/progressbar/common.js b/tests/unit/progressbar/common.js
index 566b96465..601454d78 100644
--- a/tests/unit/progressbar/common.js
+++ b/tests/unit/progressbar/common.js
@@ -14,7 +14,7 @@ common.testWidget( "progressbar", {
max: 100,
value: 0,
- //callbacks
+ //Callbacks
change: null,
complete: null,
create: null