We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9ba20 commit cc2d76aCopy full SHA for cc2d76a
tests/app/tests/test-utils.ts
@@ -4,7 +4,7 @@ import {Device} from "platform";
4
5
function getChildren(view: View): Array<View> {
6
var children: Array<View> = [];
7
- (<any>view)._eachChildView((child) => {
+ (<any>view).eachChildView((child) => {
8
children.push(child);
9
return true;
10
});
@@ -41,4 +41,4 @@ export function createDevice(os: string): Device {
41
manufacturer: "tester",
42
model: "test device"
43
};
44
-}
+}
0 commit comments