From d09413f7940dbad256fe6e13d293a8d1abe525a5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Nov 2016 20:09:14 +0300 Subject: [PATCH] some cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 7397ad6c..ab87cb66 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -437,8 +437,8 @@ module.ViewerActions = actions.Actions({ // data into ribbons based on target gid... i.e. first // we know the section we need then align it vertically... this - .centerImage(gid, null, null, scale) - .centerRibbon(gid, null, null, scale) + .centerImage(gid) + .centerRibbon(gid) var that = this var _align = function(){ @@ -495,8 +495,8 @@ module.ViewerActions = actions.Actions({ // align current ribbon... this - .centerRibbon(gid) .centerImage(gid) + .centerRibbon(gid) var that = this //setTimeout(function(){ @@ -1283,8 +1283,8 @@ module.AutoAlignRibbons = core.ImageGridFeatures.Feature({ // XXX is this correct??? } else { this - .centerRibbon(target, null, null, scale) - .centerImage(target, null, null, scale) + .centerRibbon(target) + .centerImage(target) } }], toggleRibbonAlignMode : ['Interface/Toggle ribbon align mode',