Skip to content

Commit f948131

Browse files
caitpbullgare
authored andcommitted
chore(AngularPublic): remove $$hasClass from angular exports
It was previously used for ngAnimate, but is no longer needed
1 parent 2bce67e commit f948131

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AngularPublic.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ function publishExternalAPI(angular){
140140
'getTestability': getTestability,
141141
'$$minErr': minErr,
142142
'$$csp': csp,
143-
'reloadWithDebugInfo': reloadWithDebugInfo,
144-
'$$hasClass': jqLiteHasClass
143+
'reloadWithDebugInfo': reloadWithDebugInfo
145144
});
146145

147146
angularModule = setupModuleLoader(window);

0 commit comments

Comments
 (0)