Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(190)

Delta Between Two Patch Sets: Calendar.ASP.NET.MVC5/Scripts/jquery.validate.js

Issue 194980043: Issue 6: Create an ASP.Net MVC Sample Base URL: https://google-api-dotnet-client.samples.googlecode.com/hg/
Left Patch Set: Correct base revision Created 10 years, 2 months ago
Right Patch Set: Addressed peleyal's comments Created 9 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
(Both sides are equal)
1 /*! 1 /*!
2 * jQuery Validation Plugin v1.13.1 2 * jQuery Validation Plugin v1.13.1
3 * 3 *
4 * http://jqueryvalidation.org/ 4 * http://jqueryvalidation.org/
5 * 5 *
6 * Copyright (c) 2014 Jörn Zaefferer 6 * Copyright (c) 2014 Jörn Zaefferer
7 * Released under the MIT license 7 * Released under the MIT license
8 */ 8 */
9 (function( factory ) { 9 (function( factory ) {
10 if ( typeof define === "function" && define.amd ) { 10 if ( typeof define === "function" && define.amd ) {
(...skipping 1345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 return this.bind(type, function( event ) { 1356 return this.bind(type, function( event ) {
1357 var target = $(event.target); 1357 var target = $(event.target);
1358 if ( target.is(delegate) ) { 1358 if ( target.is(delegate) ) {
1359 return handler.apply(target, arguments); 1359 return handler.apply(target, arguments);
1360 } 1360 }
1361 }); 1361 });
1362 } 1362 }
1363 }); 1363 });
1364 1364
1365 })); 1365 }));
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b