From 5dd2b03677b8937f704cc263bf78d6174a0fe00e Mon Sep 17 00:00:00 2001 From: wei <> Date: Sun, 22 Oct 2006 23:20:58 +0000 Subject: typo enqueue --- framework/Web/Javascripts/js/debug/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Web/Javascripts/js/debug/ajax.js') diff --git a/framework/Web/Javascripts/js/debug/ajax.js b/framework/Web/Javascripts/js/debug/ajax.js index d051b1f0..65751d27 100644 --- a/framework/Web/Javascripts/js/debug/ajax.js +++ b/framework/Web/Javascripts/js/debug/ajax.js @@ -628,7 +628,7 @@ Object.extend(Prado.CallbackRequest, return true; }, - enqueque : function(callback) + enqueue : function(callback) { var self = Prado.CallbackRequest; if(self.currentRequest==null) -- cgit v1.2.3