Skip to content

Commit

Permalink
Validate v4
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Jul 3, 2014
1 parent afd9bf5 commit a869368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var parseCSSColor = require('csscolorparser').parseCSSColor;
module.exports = {};
module.exports.value = value;

['v2','v3'].forEach(function(version) {
['v2','v3','v4'].forEach(function(version) {
var ref = reference(version);
// Create validator for version
module.exports[version] = validator(ref);
Expand Down

0 comments on commit a869368

Please sign in to comment.