(instance)
| 24326 | |
| 24327 | // helper methods |
| 24328 | function setupValidity(instance) { |
| 24329 | instance.$$classCache = {}; |
| 24330 | instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); |
| 24331 | } |
| 24332 | function addSetValidityMethod(context) { |
| 24333 | var clazz = context.clazz, |
| 24334 | set = context.set, |
no outgoing calls
no test coverage detected