angular-custom-tour
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "main": "bundles/angular-custom-tour.umd.min.js", |
@@ -14,3 +14,2 @@ "use strict"; | ||
var options_1 = require('./options'); | ||
var variables_1 = require('./variables'); | ||
var HintService = (function () { | ||
@@ -31,3 +30,3 @@ function HintService() { | ||
this.hintOptions = Object.assign(new options_1.HintOptions(), options); | ||
var nodes = document.getElementsByTagName(variables_1.HintConfig.HINT_TAG); | ||
var nodes = document.getElementsByTagName(this.hintOptions.stepTag); | ||
this.steps = this.initSteps(nodes); | ||
@@ -34,0 +33,0 @@ this.startAt(0); |
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
38782
708