File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -275,10 +275,9 @@ export class SlideContainer extends AbsoluteLayout {
275275 if ( this . disablePan === false ) {
276276 this . applySwipe ( this . pageWidth ) ;
277277 }
278- console . log ( 'changed active ' + this . currentPanel . index + ' indicators ' + this . pageIndicators ) ;
278+
279279 if ( this . pageIndicators ) {
280280 this . setActivePageIndicator ( this . currentPanel . index ) ;
281- console . log ( 'changed active ' + this . currentPanel . index ) ;
282281 }
283282 }
284283
Original file line number Diff line number Diff line change 7474 "devDependencies" : {
7575 "typescript" : " ^1.8.7" ,
7676 "tns-platform-declarations" : " ^2.0.0" ,
77- "tns-core-modules" : " next "
77+ "tns-core-modules" : " ^2.3.0 "
7878 },
7979 "dependencies" : {
8080 "nativescript-dom" : " ^1.0.6"
You can’t perform that action at this time.
0 commit comments