Skip to content

Commit 6cf0b0e

Browse files
committed
fix(renderer): remove unnecessary exported function
1 parent db730e2 commit 6cf0b0e

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
@@ -40,10 +40,6 @@ export function isContentView(view: any): view is NgContentView {
4040
return view instanceof ContentView;
4141
}
4242

43-
export function isPlaceholder(view: any): view is NgPlaceholder {
44-
return view instanceof Placeholder;
45-
}
46-
4743
const propertyMaps: Map<Function, Map<string, string>> = new Map<Function, Map<string, string>>();
4844

4945
export class ViewUtil {

0 commit comments

Comments
 (0)