(instance)
| 24187 | |
| 24188 | // helper methods |
| 24189 | function setupValidity(instance) { |
| 24190 | instance.$$classCache = {}; |
| 24191 | instance.$$classCache[INVALID_CLASS] = !(instance.$$classCache[VALID_CLASS] = instance.$$element.hasClass(VALID_CLASS)); |
| 24192 | } |
| 24193 | function addSetValidityMethod(context) { |
| 24194 | var clazz = context.clazz, |
| 24195 | set = context.set, |
no outgoing calls
no test coverage detected