nativescript-slides
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -227,4 +227,4 @@ "use strict"; | ||
this.showRightSlide(this.currentPanel).then(function () { | ||
_this.setupPanel(_this.currentPanel.right); | ||
_this.triggerChangeEventRightToLeft(); | ||
_this.setupPanel(_this.currentPanel.right); | ||
}); | ||
@@ -242,4 +242,4 @@ }; | ||
this.showLeftSlide(this.currentPanel).then(function () { | ||
_this.setupPanel(_this.currentPanel.left); | ||
_this.triggerChangeEventLeftToRight(); | ||
_this.setupPanel(_this.currentPanel.left); | ||
}); | ||
@@ -246,0 +246,0 @@ }; |
@@ -234,4 +234,4 @@ require("nativescript-dom"); | ||
this.showRightSlide(this.currentPanel).then(() => { | ||
this.setupPanel(this.currentPanel.right); | ||
this.triggerChangeEventRightToLeft(); | ||
this.setupPanel(this.currentPanel.right); | ||
}); | ||
@@ -249,4 +249,4 @@ } | ||
this.showLeftSlide(this.currentPanel).then(() => { | ||
this.setupPanel(this.currentPanel.left); | ||
this.triggerChangeEventLeftToRight(); | ||
this.setupPanel(this.currentPanel.left); | ||
}); | ||
@@ -602,2 +602,2 @@ } | ||
} | ||
} | ||
} |
{ | ||
"name": "nativescript-slides", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "NativeScript Slides plugin.", | ||
@@ -5,0 +5,0 @@ "main": "nativescript-slides.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71036
1271