From 8aad74ffc964d6c29c959a9ea4f9c7d115a5ae6f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Jun 2010 13:00:12 +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 eec04203b6..1628d814e7 100644 --- a/Roo/Document.js +++ b/Roo/Document.js @@ -147,7 +147,7 @@ Roo.extend(Roo.Document, Roo.util.Observable, { obj.parent = toObject(obj.parent); if (!obj.parent.modules) { - obj.parent.modules = new Roo.util.MixedCollection(false, function(o) { return o.order }); + obj.parent.modules = new Roo.util.MixedCollection(false, function(o) { return o.order + '' }); } obj.parent.modules.add(obj); -- 2.39.2