From 8c7bd3fb0726a691af8457ecf92b383ddbac88e2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Dec 2018 16:18:22 +0800 Subject: [PATCH] Roo/bootstrap/NavSimplebar.js --- Roo/bootstrap/NavSimplebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/NavSimplebar.js b/Roo/bootstrap/NavSimplebar.js index c7f8ca53a2..d377d2cb63 100644 --- a/Roo/bootstrap/NavSimplebar.js +++ b/Roo/bootstrap/NavSimplebar.js @@ -82,7 +82,7 @@ Roo.extend(Roo.bootstrap.NavSimplebar, Roo.bootstrap.Navbar, { this.type = this.type || 'nav'; - if (['tabs','pills'].indexOf(this.type)!==-1) { + if (['tabs','pills'].indexOf(this.type) != -1) { cfg.cn[0].cls += ' nav-' + this.type -- 2.39.2