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

index 824ebaa..42c6321 100644 (file)
@@ -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 <tbody> 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,