From 9ac3b3d462fcf6ea51fd0ae370cba07ad4889aa7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Feb 2011 15:59:27 +0800 Subject: [PATCH] roojs-core-debug.js --- roojs-core-debug.js | 7707 +------------------------------------------ 1 file changed, 2 insertions(+), 7705 deletions(-) diff --git a/roojs-core-debug.js b/roojs-core-debug.js index 79b5ae6f20..7baf63c8bb 100644 --- a/roojs-core-debug.js +++ b/roojs-core-debug.js @@ -581,7 +581,7 @@ Roo.factory(conf, Roo.data); selectNode : function(selector, root) { var node = Roo.DomQuery.selectNode(selector,root); - return node ? Roo.get(node) : false; + return node ? Roo.get(node) : new Roo.Element(false); } }); @@ -6684,7707 +6684,4 @@ Roo.EventObject = function(){ return new Roo.EventObjectImpl(); }(); - /* - * Based on: - * Ext JS Library 1.1.1 - * Copyright(c) 2006-2007, Ext JS, LLC. - * - * Originally Released Under LGPL - original licence link has changed is not relivant. - * - * Fork - LGPL - *