Skip to content

Commit ad64609

Browse files
wip
1 parent a0f168d commit ad64609

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/directives/viewDirective.ts

-4
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,6 @@ uiView = [
205205
};
206206
}
207207

208-
function configsEqual(config1: Ng1ViewConfig, config2: Ng1ViewConfig) {
209-
return config1 === config2;
210-
}
211-
212208
const rootData = {
213209
$cfg: { viewDecl: { $context: $view._pluginapi._rootViewContext() } },
214210
$uiView: {},

0 commit comments

Comments
 (0)