From 1fbcbc9541dc54c878bd7401f9aaf57fc1d89ac9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 20 Feb 2014 17:18:42 +0800 Subject: [PATCH] Roo/bootstrap/Popover.js --- Roo/bootstrap/Popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Popover.js b/Roo/bootstrap/Popover.js index ec62a88941..a212146b4f 100644 --- a/Roo/bootstrap/Popover.js +++ b/Roo/bootstrap/Popover.js @@ -101,7 +101,7 @@ Roo.extend(Roo.bootstrap.Popover, Roo.bootstrap.Component, { return; } var on_el = (this.over == 'parent') ? this.parent().el : Roo.get(this.over); - var triggers = this.trigger ? this.trigger.split(' ') || []; + var triggers = this.trigger ? this.trigger.split(' ') : []; Roo.each(triggers, function(trigger) { if (trigger == 'click') { -- 2.39.2