From 08732849497edc9993858340d1ea63f620825b57 Mon Sep 17 00:00:00 2001 From: Yash Agarwal Date: Tue, 23 Sep 2014 17:09:57 +0530 Subject: [PATCH] Added missing var subContStyle to subsShow method --- bubbles.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bubbles.js b/bubbles.js index 0a1db42..e4e34db 100644 --- a/bubbles.js +++ b/bubbles.js @@ -432,6 +432,7 @@ function videoBubbles() { * otherwise hidden *********************************/ this.subsShow = function( bool ) { + var subContStyle = bubbles.subs[ this.id ].subCont.style; if( bool ) subContStyle.display = "block"; else