diff options
Diffstat (limited to 'test/testabilityPatch.js')
| -rw-r--r-- | test/testabilityPatch.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js index ff537a09..572e6a36 100644 --- a/test/testabilityPatch.js +++ b/test/testabilityPatch.js @@ -10,20 +10,21 @@ function childNode(element, index) { } extend(angular, { - 'element': jqLite, + 'bind': bind, 'compile': compile, - 'scope': createScope, 'copy': copy, + 'element': jqLite, 'extend': extend, 'foreach': foreach, - 'noop':noop, 'identity':identity, 'isUndefined': isUndefined, 'isDefined': isDefined, 'isString': isString, 'isFunction': isFunction, 'isNumber': isNumber, - 'isArray': isArray + 'isArray': isArray, + 'noop':noop, + 'scope': createScope }); |
