(instance)
| 25075 | |
| 25076 | // helper methods |
| 25077 | function setupValidity(instance) { |
| 25078 | instance.$$classCache = {}; |
| 25079 | instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); |
| 25080 | } |
| 25081 | function addSetValidityMethod(context) { |
| 25082 | var clazz = context.clazz, |
| 25083 | set = context.set, |
no outgoing calls
no test coverage detected