From 31e2a6844f46941be1c05ff14fff25032d1fda93 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 31 Mar 2007 04:58:35 +0000 Subject: fix js bug extra comma --- framework/Web/Javascripts/js/compressed/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/Javascripts/js/compressed') diff --git a/framework/Web/Javascripts/js/compressed/ajax.js b/framework/Web/Javascripts/js/compressed/ajax.js index cc967514..b6387293 100644 --- a/framework/Web/Javascripts/js/compressed/ajax.js +++ b/framework/Web/Javascripts/js/compressed/ajax.js @@ -236,7 +236,7 @@ this.onInit(options);},doCallback:function(event,options) {if(result.length>0) {this.hasResults=true;this.updateChoices(result);} else -{this.active=false;this.hasResults=false;this.hide();}}},});Prado.WebUI.TTimeTriggeredCallback=Base.extend({constructor:function(options) +{this.active=false;this.hasResults=false;this.hide();}}}});Prado.WebUI.TTimeTriggeredCallback=Base.extend({constructor:function(options) {this.options=Object.extend({Interval:1},options||{});Prado.WebUI.TTimeTriggeredCallback.register(this);},startTimer:function() {setTimeout(this.onTimerEvent.bind(this),100);if(typeof(this.timer)=='undefined'||this.timer==null) this.timer=setInterval(this.onTimerEvent.bind(this),this.options.Interval*1000);},stopTimer:function() -- cgit v1.2.3