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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user