mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
ALL: Add plugin UMD wrapper, Closes #977
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
(function( $ ) {
|
||||
|
||||
$.extend( $.fn, {
|
||||
$.extend($.fn, {
|
||||
// http://jqueryvalidation.org/validate/
|
||||
validate: function( options ) {
|
||||
|
||||
@@ -1271,5 +1269,3 @@ $.extend( $.validator, {
|
||||
$.format = function deprecated() {
|
||||
throw "$.format has been deprecated. Please use $.validator.format instead.";
|
||||
};
|
||||
|
||||
}( jQuery ));
|
||||
|
||||
Reference in New Issue
Block a user