diff --git a/ui (gen4)/features/ui-single-image.js b/ui (gen4)/features/ui-single-image.js index 1909600e..42edda93 100755 --- a/ui (gen4)/features/ui-single-image.js +++ b/ui (gen4)/features/ui-single-image.js @@ -115,6 +115,7 @@ var SingleImageActions = actions.Actions({ }, // XXX make this accept args for debuging... + // XXX should this size images via vmin rather than px??? updateImageProportions: ['- Interface/', function(){ var that = this @@ -173,14 +174,7 @@ var SingleImageActions = actions.Actions({ // new size... var n = di + d - // the amount to compensate ribbon offset for per image... - var x = n - dm - - - if(n == dm){ - return - } - + // XXX not sure why we need to get animation frame here... getAnimationFrame(function(){ that.ribbons.preventTransitions() diff --git a/ui (gen4)/lib/transform.js b/ui (gen4)/lib/transform.js index f6d95193..2dff98d9 100755 --- a/ui (gen4)/lib/transform.js +++ b/ui (gen4)/lib/transform.js @@ -82,6 +82,7 @@ var obj2transform = function(obj, filter){ } +// XXX add support for units and unit unification... // XXX BUG: passing '' to an alias will clear ALL the aliased functions... // ...should clear only full matches... // XXX BUG: passing '' to a multi-arg function will clear the args but