(instance)
| 23860 | |
| 23861 | // helper methods |
| 23862 | function setupValidity(instance) { |
| 23863 | instance.$$classCache = {}; |
| 23864 | instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); |
| 23865 | } |
| 23866 | function addSetValidityMethod(context) { |
| 23867 | var clazz = context.clazz, |
| 23868 | set = context.set, |
no outgoing calls
no test coverage detected