Roo/bootstrap/Body.js
authorEdward <edward@roojs.com>
Wed, 4 Jun 2014 09:46:43 +0000 (17:46 +0800)
committerEdward <edward@roojs.com>
Wed, 4 Jun 2014 09:46:43 +0000 (17:46 +0800)
Roo/bootstrap/Body.js

index e907516..e4d5f24 100644 (file)
@@ -1,9 +1,20 @@
 /*
  * - LGPL
  *
- * page container.
+ * button
  * 
- */ 
+ */
+
+/**
+ * @class Roo.bootstrap.Body
+ * @extends Roo.bootstrap.Component
+ * Bootstrap Body class
+ * 
+ * @constructor
+ * Create a new body
+ * @param {Object} config The config object
+ */
+
 Roo.bootstrap.Body = function(config){
     Roo.bootstrap.Body.superclass.constructor.call(this, config);
     this.el = Roo.get(document.body);