canjs / can-define-validate-validatejs

ValidateJS plugin for can-define
https://canjs.com/doc/can-define-validate-validatejs.html
MIT License
2 stars 0 forks source link

Export validatejs instance #9

Open Macrofig opened 7 years ago

Macrofig commented 7 years ago

In order to allow the ability to create custom ValidateJS validators, the repo needs to export the ValidateJS instance it gets from can-validate-validatejs

Macrofig commented 7 years ago

Fixed here: https://github.com/canjs/can-define-validate-validatejs/commit/975d5cfee574c291ae18bacf6ea97075dacd178f then slightly refactored here: https://github.com/canjs/can-define-validate-validatejs/commit/aa6df8ab6dda2be92a0ee295f1e92733acbf4d97

justinbmeyer commented 7 years ago

@Macrofig is this fixed?