Comparing version 0.0.17 to 0.0.18
@@ -59,2 +59,6 @@ class Trollbox { | ||
setChannel (channel) { | ||
if (channel === this.config.channel) { | ||
return false | ||
} | ||
this.config.channel = channel | ||
@@ -65,2 +69,6 @@ this.onLoad() | ||
setUser (user) { | ||
if (user === this.config.user) { | ||
return false | ||
} | ||
this.config.user = user | ||
@@ -67,0 +75,0 @@ this.onLoad() |
{ | ||
"name": "trollbox", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Instant trollbox using Firebase.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
317269
409