fix:testabilityPatch: remove annotate since it's not public

This commit is contained in:
Igor Minar 2011-06-27 16:46:21 -07:00
parent 2043fd43fa
commit 6aee2938a7

View file

@ -156,7 +156,6 @@ function dealoc(obj) {
}
extend(angular, {
'annotate': annotate,
'element': jqLite,
'compile': compile,
'scope': createScope,