Roo/bootstrap/Pagination.js
authorEdward <edward@roojs.com>
Wed, 23 Apr 2014 10:04:33 +0000 (18:04 +0800)
committerEdward <edward@roojs.com>
Wed, 23 Apr 2014 10:04:33 +0000 (18:04 +0800)
Roo/bootstrap/Pagination.js

index ec798f1..bd7b071 100644 (file)
@@ -60,7 +60,7 @@ Roo.extend(Roo.bootstrap.Pagination, Roo.bootstrap.Component,  {
             cfg.html=this.html;
         }
         if (this.cls) {
-            cfg.cls=this.cls;
+            cfg.cls += this.cls;
         }
         cfg.cn[0]={
             tag: 'li',