From d31077469f6380c01308ccbbcc7580f9fadf82af Mon Sep 17 00:00:00 2001 From: Chi Cheng Date: Sat, 16 Aug 2008 05:55:17 +0000 Subject: Spinner: make internal methods internal, fixs #3207 functional demo fix(not associate with internal change) --- demos/functional/templates/ui.spinner.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'demos') 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");' } ] } -- cgit v1.2.3