Commit 00ffe8ee authored by Sven Franck's avatar Sven Franck

Safari: replaced methodname "return" with "return_out"

parent 46fcf83f
......@@ -2984,7 +2984,7 @@
* Return
* @method return
*/
util.return = function () {
util.return_out = function () {
return;
};
......@@ -3824,7 +3824,7 @@
onBlur: "valid"
},
form: {
onInvalid: util.return
onInvalid: util.return_out
}
});
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment