aboutsummaryrefslogtreecommitdiffstats
path: root/test/testabilityPatch.js
diff options
context:
space:
mode:
authorIgor Minar2011-06-27 16:46:21 -0700
committerIgor Minar2011-06-27 16:46:29 -0700
commit6aee2938a71c99fdd35639725c6900347999f658 (patch)
treea91749535aab2e0847eabdc48463098abdd8781f /test/testabilityPatch.js
parent2043fd43faef995479f535af77ffb33fe266ab8f (diff)
downloadangular.js-6aee2938a71c99fdd35639725c6900347999f658.tar.bz2
fix:testabilityPatch: remove annotate since it's not public
Diffstat (limited to 'test/testabilityPatch.js')
-rw-r--r--test/testabilityPatch.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testabilityPatch.js b/test/testabilityPatch.js
index b44a2dac..0b22b2ae 100644
--- a/test/testabilityPatch.js
+++ b/test/testabilityPatch.js
@@ -156,7 +156,6 @@ function dealoc(obj) {
}
extend(angular, {
- 'annotate': annotate,
'element': jqLite,
'compile': compile,
'scope': createScope,