projects
/
kraken-ui.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9a3c34a
)
Fixes issue with derived colors in edit view.
author
David Schoonover
<dsc@wikimedia.org>
Thu, 7 Jun 2012 14:07:00 +0000 (07:07 -0700)
committer
David Schoonover
<dsc@wikimedia.org>
Thu, 7 Jun 2012 14:07:00 +0000 (07:07 -0700)
lib/data/metric-edit-view.co
patch
|
blob
|
history
diff --git
a/lib/data/metric-edit-view.co
b/lib/data/metric-edit-view.co
index
de4353f
..
a4868a7
100644
(file)
--- a/
lib/data/metric-edit-view.co
+++ b/
lib/data/metric-edit-view.co
@@
-56,7
+56,7
@@
MetricEditView = exports.MetricEditView = BaseView.extend do # {{{
# Update the color picker
@$ '.color-swatch'
- .data 'color', @model.get 'color'
+ .data 'color', @model.getColor()
.colorpicker 'update'
# @$ '.color-swatch' .css 'background-color', color