aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorChi Cheng <cloudream@gmail.com>2008-08-16 05:55:17 +0000
committerChi Cheng <cloudream@gmail.com>2008-08-16 05:55:17 +0000
commitd31077469f6380c01308ccbbcc7580f9fadf82af (patch)
treeb092337c87aafc443e3b90f8f706354358fb6c8d /demos
parent44140343f489842ec9ca92b072601bf7de7b4abe (diff)
downloadjquery-ui-d31077469f6380c01308ccbbcc7580f9fadf82af.tar.gz
jquery-ui-d31077469f6380c01308ccbbcc7580f9fadf82af.zip
Spinner: make internal methods internal, fixs #3207
functional demo fix(not associate with internal change)
Diffstat (limited to 'demos')
-rw-r--r--demos/functional/templates/ui.spinner.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/functional/templates/ui.spinner.html b/demos/functional/templates/ui.spinner.html
index 571163f2e..4ec12cc94 100644
--- a/demos/functional/templates/ui.spinner.html
+++ b/demos/functional/templates/ui.spinner.html
@@ -18,8 +18,8 @@
{ desc: 'A spinner with min and max value', source: '$("#spinner").spinner({min:-100, max:150});' },
{ desc: 'Big stepping', source: '$("#spinner").spinner({stepping:100});' },
{ desc: 'Disable incremental option', source: '$("#spinner").spinner({incremental:false});' },
- { desc: 'Enable the spinner', source: '$("#spinner").attr("disabled","");' },
- { desc: 'Disable the spinner', source: '$("#spinner").attr("disabled","disabled");' }
+ { desc: 'Enable the spinner', source: '$("#spinner").spinner().attr("disabled","");' },
+ { desc: 'Disable the spinner', source: '$("#spinner").spinner().attr("disabled","disabled");' }
]
}