Added fix to jQuery.attr() function to make it work with SVG elements, started work on marker color changing
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1355 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -42,7 +42,6 @@ function svg_edit_setup() {
|
||||
default_img_url = "images/logo.png",
|
||||
workarea = $("#workarea");
|
||||
|
||||
|
||||
// Store and retrieve preferences
|
||||
$.pref = function(key, val) {
|
||||
if(val) curPrefs[key] = val;
|
||||
|
||||
Reference in New Issue
Block a user