X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=roojs-debug.js;h=210915022d3a67c21c05686a9c7764ee79518705;hp=1cda431fb38d359f9d8f612814b13f88fd44ef92;hb=7c5c5e78c540179da19c9417b1c04eac05a253be;hpb=8673c23959602f121d1fb75c6a7ec7a656352897 diff --git a/roojs-debug.js b/roojs-debug.js index 1cda431fb3..210915022d 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -4667,7 +4667,7 @@ Roo.Template.prototype = { * @return {String} The HTML fragment */ applyTemplate : function(values){ - Roo.log(["applyTemplate", values]); + //Roo.log(["applyTemplate", values]); try { if(this.compiled){ @@ -16004,6 +16004,463 @@ Roo.extend(Roo.BoxComponent, Roo.Component, { return {x : x, y: y}; } });/* + * 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 + *