We need to specify the default values in the fields[] array to prevent an odd bug
authorrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sat, 15 Jul 2006 03:54:28 +0000 (03:54 +0000)
committerrsesek <rsesek@ad1dcce9-c9fe-0310-b82b-83ea1733dbb0>
Sat, 15 Jul 2006 03:54:28 +0000 (03:54 +0000)
git-svn-id: svn://depot/macosx/RGBConverter/trunk@250 ad1dcce9-c9fe-0310-b82b-83ea1733dbb0

RGB Converter.wdgt/Widget.js

index 091c6c93332793ed56b704a063fc274822df34d0..e181d89fbaa8eb624ab5a016b4e441dca826aa68 100644 (file)
 \*=====================================================================*/
 
 var fields = {
-       red : 0,
-       green : 0,
-       blue : 0,
-       hex : ''
+       red : 81,
+       green : 105,
+       blue : 149,
+       hex : '516995'
 };
 
 // ###################################################################