File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The text of this license is provided below:
44MIT License
55-----------
66
7- Copyright (C) 2011 - 2013 by Rick Harrison, http://rickharrison.me
7+ Copyright (C) 2011 - 2014 by Rick Harrison, http://rickharrison.me
88
99Permission is hereby granted, free of charge, to any person obtaining a copy
1010of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
2- "name" : " validate" ,
2+ "name" : " validate.js " ,
33 "version" : " 1.3.1" ,
44 "main" : " validate.js"
55}
Original file line number Diff line number Diff line change 11/*
22 * validate.js 1.3.1
3- * Copyright (c) 2011 Rick Harrison, http://rickharrison.me
3+ * Copyright (c) 2011 - 2014 Rick Harrison, http://rickharrison.me
44 * validate.js is open sourced under the MIT license.
55 * Portions of validate.js are inspired by CodeIgniter.
66 * http://rickharrison.github.com/validate.js
269269 method = parts [ 1 ] ;
270270 param = parts [ 2 ] ;
271271 }
272-
272+
273273 if ( method . charAt ( 0 ) === '!' ) {
274274 method = method . substring ( 1 , method . length ) ;
275275 }
338338
339339 return ( value !== null && value !== '' ) ;
340340 } ,
341-
341+
342342 "default" : function ( field , defaultName ) {
343343 return field . value !== defaultName ;
344344 } ,
You can’t perform that action at this time.
0 commit comments