Tiny uplift of jgraduate and really check in the Makefile changes this time

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1835 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-10-29 05:23:25 +00:00
parent 6a74f57cf4
commit c5083035ae
2 changed files with 14 additions and 22 deletions

View File

@@ -116,11 +116,11 @@ $.jGraduate = {
jQuery.fn.jGraduateDefaults = {
paint: new $.jGraduate.Paint(),
window: {
pickerTitle: "Drag markers to pick a paint",
pickerTitle: "Drag markers to pick a paint"
},
images: {
clientPath: "images/",
},
clientPath: "images/"
}
};
jQuery.fn.jGraduate =
@@ -160,7 +160,7 @@ jQuery.fn.jGraduate =
// make a copy of the incoming paint
paint: new $.jGraduate.Paint({copy: $settings.paint}),
okCallback: $.isFunction($arguments[1]) && $arguments[1] || null,
cancelCallback: $.isFunction($arguments[2]) && $arguments[2] || null,
cancelCallback: $.isFunction($arguments[2]) && $arguments[2] || null
});
var pos = $this.position(),