Skip to content
This repository was archived by the owner on Jan 14, 2022. It is now read-only.

Commit 75244bd

Browse files
author
mhayes
committed
Foundation build to bower-foundation
1 parent 9cea525 commit 75244bd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

js/foundation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,8 @@
854854
}
855855
$(el).triggerHandler('invalid');
856856
}
857-
validations.push(el_validations[0]);
858857
}
858+
validations.push(el_validations[0]);
859859
}
860860
validations = [validations.every(function(valid){return valid;})];
861861
return validations;

0 commit comments

Comments
 (0)