From b6ad9598110ca43f164c93b71d4cfbb393a043f2 Mon Sep 17 00:00:00 2001 From: Ca-Phun Ung Date: Mon, 22 Sep 2008 11:22:14 +0000 Subject: Spinner: implemented init callback via trigger (thanks Scott González) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/visual/spinner.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/visual') diff --git a/tests/visual/spinner.html b/tests/visual/spinner.html index f5b441e26..c3f12ad29 100644 --- a/tests/visual/spinner.html +++ b/tests/visual/spinner.html @@ -36,7 +36,7 @@ $(function(){ // Two methods of adding external items to the spinner // // method 1: on initalisation call the add method directly and format html manually - init: function(ui) { + init: function(e, ui) { for (var i=0; i'+ itemList[i].title +''); } -- cgit v1.2.3