fix small typo in js and regen minified js

This commit is contained in:
Anthony Minessale
2015-09-18 20:54:24 -05:00
parent 78c93e632f
commit 9ab7a331f3
3 changed files with 56 additions and 29 deletions

View File

@@ -2588,7 +2588,7 @@
})
.catch(function(err) {
console.log(err.name + ": " + error.message);
console.log(" Device Enumeration ERROR: " + err.name + ": " + err.message);
runtime();
});
}