From 43e14a7141084de33d07b5598f85db8524276958 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Oct 2015 10:37:47 +0800 Subject: [PATCH] Roo/bootstrap/Header.js roojs-bootstrap.js roojs-bootstrap-debug.js --- Roo/bootstrap/Header.js | 2 +- roojs-bootstrap-debug.js | 21155 +------------------------------------ roojs-bootstrap.js | 508 - 3 files changed, 2 insertions(+), 21663 deletions(-) diff --git a/Roo/bootstrap/Header.js b/Roo/bootstrap/Header.js index 503c93baa4..9bd515a39d 100644 --- a/Roo/bootstrap/Header.js +++ b/Roo/bootstrap/Header.js @@ -36,7 +36,7 @@ Roo.extend(Roo.bootstrap.Header, Roo.bootstrap.Component, { var cfg = { tag: 'h' + (1 *this.level), - html: this.html || ''; + html: this.html || '' } ; return cfg; diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index f1a6d1dbe4..793d257d97 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -1373,7 +1373,7 @@ Roo.extend(Roo.bootstrap.Header, Roo.bootstrap.Component, { var cfg = { tag: 'h' + (1 *this.level), - html: this.html || (this.cn ? '' : 'fill in html') + html: this.html || '', } ; return cfg; @@ -1383,21157 +1383,4 @@ Roo.extend(Roo.bootstrap.Header, Roo.bootstrap.Component, { - /* - * 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 - *