From 69bbd384441d7daaaaff925784e9122c3e8a71cb Mon Sep 17 00:00:00 2001 From: Chi Cheng Date: Sat, 16 Aug 2008 14:45:28 +0000 Subject: init -> _init --- ui/ui.progressbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/ui.progressbar.js') diff --git a/ui/ui.progressbar.js b/ui/ui.progressbar.js index 3ef335adf..0f17dfa5f 100644 --- a/ui/ui.progressbar.js +++ b/ui/ui.progressbar.js @@ -13,7 +13,7 @@ (function($) { $.widget("ui.progressbar", { - init: function() { + _init: function() { $.extend(this.options, { _interval: this.options.interval -- cgit v1.2.3