Skip to content

Commit

Permalink
Removing addition that was accidentally committed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwinton committed Aug 31, 2016
1 parent 06fdefa commit cdf0e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviors/text.js
Expand Up @@ -14,7 +14,7 @@ var dom = require('@nymag/dom'),
'submit' // unsupported form-level input (i.e. we already have submit buttons)
],
firefoxDateFormat = 'YYYY-MM-DD hh:mm A',
defaultDateFormat = 'YYYY-MM-DDThh:mm:ss';
defaultDateFormat = 'YYYY-MM-DDThh:mm';

/**
* get attribute value of boolean fields
Expand Down

0 comments on commit cdf0e0a

Please sign in to comment.