Update statusbar.js

Fixed typo
This commit is contained in:
Brad Berger 2014-07-21 09:44:23 +02:00
parent d9a8528c8b
commit 95f8de0852

View File

@ -71,7 +71,7 @@ var StatusBar = {
},
backgroundColorByHexString: function (hexString) {
if (hexString.charAt(0) === "#") {
if (hexString.charAt(0) !== "#") {
hexString = "#" + hexString;
}