diff options
| author | Jules Laplace <jules@okfoc.us> | 2013-02-24 17:16:32 -0800 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2013-02-24 17:16:32 -0800 |
| commit | f031288fbd95ebb47729835a2930d0266482adcf (patch) | |
| tree | 4705df0f7fb5401c9954bebc6cca011ecb7df3f4 /public/js/color.js | |
| parent | 818c99a0fa7ac29fbe11c382ef2d76e243e8e8f8 (diff) | |
uploading images to server working
Diffstat (limited to 'public/js/color.js')
| -rw-r--r-- | public/js/color.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/color.js b/public/js/color.js index 5063423..85fe95d 100644 --- a/public/js/color.js +++ b/public/js/color.js @@ -33,7 +33,7 @@ Color.prototype.alpha = function(a){ } var colors = { - red: new Color([ 255,0,0,0.1 ]), + red: new Color([ 255,0,0 ]), blue: new Color([ 0,0,255 ]), black: new Color([ 0,0,0 ]), green: new Color([ 0,128,0 ]), |
