Roo/bootstrap/Pagination.js
authorAlan Knowles <alan@roojs.com>
Tue, 28 Jan 2014 06:14:30 +0000 (14:14 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Jan 2014 06:14:30 +0000 (14:14 +0800)
Roo/bootstrap/Pagination.js

index 5dcc4ee..5cd6e57 100644 (file)
@@ -32,11 +32,11 @@ Roo.extend(Roo.bootstrap.Pagination, Roo.bootstrap.Component,  {
     active: 1,
     
     getAutoCreate : function(){
-       cfg = {
-           tag: 'ul',
-            cls: 'pagination',
-            cn: []
-       }
+        cfg = {
+            tag: 'ul',
+                cls: 'pagination',
+                cn: []
+        };
         if (this.inverse) {
             cfg.cls += ' inverse'
         }