nativescript-slides
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -528,2 +528,3 @@ "use strict"; | ||
var indicator = new label_1.Label(); | ||
indicator.classList.add(SLIDE_INDICATOR_INACTIVE); | ||
return indicator; | ||
@@ -530,0 +531,0 @@ }; |
@@ -581,3 +581,3 @@ require("nativescript-dom"); | ||
let indicator = new Label(); | ||
// (<any>indicator).classList.add(SLIDE_INDICATOR_INACTIVE); | ||
(<any>indicator).classList.add(SLIDE_INDICATOR_INACTIVE); | ||
return indicator; | ||
@@ -584,0 +584,0 @@ } |
{ | ||
"name": "nativescript-slides", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "NativeScript Slides plugin.", | ||
@@ -5,0 +5,0 @@ "main": "nativescript-slides.js", |
Sorry, the diff of this file is not supported yet
71035
1270