Skip to content

Commit 1f68e47

Browse files
Merge pull request #82 from NNieto/master
Publishing iOS problem fixed related to the issue #81, remove console…
2 parents 2ae627c + fec8a9f commit 1f68e47

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

nativescript-slides.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
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"

0 commit comments

Comments
 (0)