Minor clean-up

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2813 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Brett Zamir
2014-04-09 03:44:19 +00:00
parent 04d522b43b
commit d84a4465d2
9 changed files with 17 additions and 18 deletions

View File

@@ -134,9 +134,9 @@ svgEditor.addExtension("overview_window", function() { 'use strict';
updateViewPortFromViewBox();
});
return{
return {
name: "overview window",
canvasUpdated:updateViewDimensions,
workareaResized:updateViewBox
canvasUpdated: updateViewDimensions,
workareaResized: updateViewBox
};
});