Roo/bootstrap/TableBody.js
authorEdward <edward@roojs.com>
Mon, 7 Apr 2014 06:59:02 +0000 (14:59 +0800)
committerEdward <edward@roojs.com>
Mon, 7 Apr 2014 06:59:02 +0000 (14:59 +0800)
Roo/bootstrap/TableBody.js

index 7c5e259..01a2ae7 100644 (file)
@@ -12,7 +12,6 @@
  * @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 {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 <tbody> element
  * 
@@ -30,7 +29,6 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
     cls: false,
     tag: false,
     align: false,
-    char: false,
     charoff: false,
     valign: false,