From 4b48da396ca30339ed56050db3a563eedcef1bc4 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 8 Aug 2012 06:21:00 +0400 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- ui/gallery-prototype.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/gallery-prototype.js b/ui/gallery-prototype.js index 406c82d1..08a0bee6 100755 --- a/ui/gallery-prototype.js +++ b/ui/gallery-prototype.js @@ -85,6 +85,7 @@ function createCSSClassToggler(elem, css_class, callback_a, callback_b){ var callback_pre = callback_a var callback_post = callback_b } + // build the acual toggler function... return function(action){ if(action == null){ action = 'on'