From 574f9cd4caac25c9104368743b6bc59d021a019a Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 7 Apr 2014 14:56:44 +0800 Subject: [PATCH] Roo/bootstrap/TableBody.js --- Roo/bootstrap/TableBody.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/TableBody.js b/Roo/bootstrap/TableBody.js index 824ebaa5b6..42c6321627 100644 --- a/Roo/bootstrap/TableBody.js +++ b/Roo/bootstrap/TableBody.js @@ -12,7 +12,7 @@ * @cfg {String} cls element class * @cfg {String} tag element tag (thead|tbody|tfoot) default tbody * @cfg {String} align Aligns the content inside the element - * @cfg {String} char Aligns the content inside the element to a character + * @cfg {String} character Aligns the content inside the element to a character * @cfg {Number} charoff Sets the number of characters the content inside the element will be aligned from the character specified by the char attribute * @cfg {String} valign Vertical aligns the content inside the element * @@ -30,7 +30,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component, { cls: false, tag: false, align: false, - char: false, + character: false, charoff: false, valign: false, -- 2.39.2