Go to file
Brad Berger d9a8528c8b Update backgroundColorByHexString function
The implementation when `hexString.length == 4` was a bit off. The current version either doesn't actually use the `split` variable, so that variable could be removed, or used in place accessing the string characters as they are now. Opted for the former in this case, though it doesn't really matter.

Since the length is always going to be a number, also changed to `===` instead, as well as updated the check for `#` at the beginning of the string. Since it's always looking for the `#` tat the beginning `charAt(0)` seems to be a better fit.
2014-07-21 09:42:44 +02:00
doc CB-6127lisa7cordova-plugin-consolecordova-plugin-statusbar documentation translation: cordova-plugin-statusbar 2014-07-07 15:28:30 -04:00
src ios: Use a persistent callbackId instead of calling sendJs 2014-07-14 22:56:42 -04:00
www Update backgroundColorByHexString function 2014-07-21 09:42:44 +02:00
CONTRIBUTING.md CB-6812 Add license 2014-05-30 11:38:18 -04:00
plugin.xml CB-6877 Incremented plugin version. 2014-06-05 13:40:50 -07:00
README.md CB-6316 Added README.md which point to the new location for docs 2014-03-20 14:04:42 +06:00
RELEASENOTES.md CB-6877 Updated version and RELEASENOTES.md for release 0.1.6 2014-06-05 13:39:43 -07:00

org.apache.cordova.statusbar

Plugin documentation: doc/index.md