From 7d751c67fb4936f21dc6aedcf3f2e633147b5d57 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Jun 2010 13:58:21 +0800 Subject: [PATCH] Roo/Document.js --- Roo/Document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/Document.js b/Roo/Document.js index 121ca34a8b..23f021dab2 100644 --- a/Roo/Document.js +++ b/Roo/Document.js @@ -297,7 +297,7 @@ Roo.apply(Roo.XComponent, var m = mods.unshift(); - if (typeof(m) == 'function') { + if (typeof(m) == 'function') { // not sure if this is supported any more.. m.call(this); return progressRun.defer(10, _this); } -- 2.39.2