ALL: Add plugin UMD wrapper, Closes #977

This commit is contained in:
Lars Laade
2014-05-01 19:00:53 +02:00
parent e5e70b1632
commit db55d36de5
102 changed files with 1246 additions and 1154 deletions

View File

@@ -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 ));