Refactor a few more functions into the math and path modules. Update MIME type on all JS files

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1984 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2011-02-09 06:14:47 +00:00
parent 0705f0b5c8
commit 99a73cc06f
5 changed files with 96 additions and 92 deletions

View File

@@ -1509,9 +1509,9 @@
if(svgCanvas.getHref(elem).indexOf('data:') !== 0) {
promptImgURL();
}
} else if(elname == 'text') {
} /*else if(elname == 'text') {
// TODO: Do something here for new text
}
}*/
}
if(!is_node && currentMode != 'pathedit') {