Fixed utilities reference

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1846 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-11-05 18:29:39 +00:00
parent cd62a0f51f
commit f48ad463c7
2 changed files with 2 additions and 1 deletions

View File

@ -795,6 +795,7 @@ jQuery.fn.jGraduate =
$('#' + id + ' div.grad_coord').mousedown(function(evt) {
evt.preventDefault();
draggingCoord = $(this);
var s_pos = draggingCoord.offset();
offset = draggingCoord.parent().offset();

View File

@ -469,7 +469,7 @@
modKey = (isMac ? "meta+" : "ctrl+"), // ⌘
path = svgCanvas.pathActions,
undoMgr = svgCanvas.undoMgr,
Utils = svgCanvas.Utils,
Utils = svgedit.utilities,
default_img_url = curConfig.imgPath + "logo.png",
workarea = $("#workarea"),
canv_menu = $("#cmenu_canvas"),