Comparing version 0.0.19 to 0.0.20
@@ -24,3 +24,3 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){ | ||
onLoad() { | ||
this.config.user = this.config.user || 'anon'; | ||
this.config.user = this.config.user || 'anonymous'; | ||
this.initFirebase(); | ||
@@ -27,0 +27,0 @@ |
@@ -15,3 +15,3 @@ var testing = false | ||
channel: 'demo', | ||
user: 'anon', | ||
user: 'anonymous', | ||
delayRender: false | ||
@@ -18,0 +18,0 @@ } |
@@ -23,3 +23,3 @@ class Trollbox { | ||
onLoad () { | ||
this.config.user = this.config.user || 'anon' | ||
this.config.user = this.config.user || 'anonymous' | ||
this.initFirebase() | ||
@@ -26,0 +26,0 @@ |
{ | ||
"name": "trollbox", | ||
"version": "0.0.19", | ||
"version": "0.0.20", | ||
"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
318180