From 53f4cf7edf0c6a8ac2a1acb9ba2a989d4a50349c Mon Sep 17 00:00:00 2001 From: William Toohey Date: Tue, 26 Jan 2016 17:02:01 +1000 Subject: [PATCH] Update .gitignore, tiny comment update --- .gitignore | 2 ++ src/js/HuesCore.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 36b1130..045b7df 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ release/ css/hues-min.css js/hues-min.js node_modules/ +*.map +*-min.js diff --git a/src/js/HuesCore.js b/src/js/HuesCore.js index fab1016..8837211 100644 --- a/src/js/HuesCore.js +++ b/src/js/HuesCore.js @@ -174,7 +174,7 @@ function HuesCore(defaults) { this.setSong(0); } } - }).catch(error => { + }).catch(error => { // Comment this out to get proper stack traces this.error(error); });