File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed
Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 3939 "grunt-ts" : " 5.0.0-beta.5" ,
4040 "nativescript-dev-typescript" : " ^0.2.2" ,
4141 "shelljs" : " ^0.5.3" ,
42- "typescript" : " ^1.6.2 "
42+ "typescript" : " ^1.7.3 "
4343 },
4444 "nativescript" : {
4545 "id" : " org.nativescript.ngsample" ,
4646 "tns-android" : {
47- "version" : " 1.4 .0"
47+ "version" : " 1.5 .0"
4848 }
4949 }
5050}
Original file line number Diff line number Diff line change 3232 "grunt-env" : " 0.4.4" ,
3333 "grunt-ts" : " 5.0.0-beta.5" ,
3434 "shelljs" : " ^0.5.3" ,
35- "typescript" : " 1.6.2 "
35+ "typescript" : " 1.7.3 "
3636 }
3737}
Original file line number Diff line number Diff line change @@ -52,14 +52,6 @@ export class ViewNode {
5252 } ) ;
5353 }
5454
55- printTree ( ) {
56- let root = this ;
57- while ( root . parentNode !== null ) {
58- root = root . parentNode ;
59- }
60- root . print ( ) ;
61- }
62-
6355 get parentNativeView ( ) : View {
6456 if ( this . _parentView )
6557 return this . _parentView
You can’t perform that action at this time.
0 commit comments