Skip to content

Commit 6b23a4e

Browse files
committed
fix(renderer): remove unnecessary exported function
1 parent 4e76317 commit 6b23a4e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: nativescript-angular/view-util.ts

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ export function isContentView(view: any): view is NgContentView {
3737
return view instanceof ContentView;
3838
}
3939

40-
export function isPlaceholder(view: any): view is NgPlaceholder {
41-
return view instanceof Placeholder;
42-
}
43-
4440
const propertyMaps: Map<Function, Map<string, string>> = new Map<Function, Map<string, string>>();
4541

4642
export class ViewUtil {

0 commit comments

Comments
 (0)