Browse Source

pass EditorModel reference into InputColor constructor from TraitColorView

pull/652/head
Ryan Deba 9 years ago
parent
commit
cf20457c9b
  1. 1
      src/trait_manager/view/TraitColorView.js

1
src/trait_manager/view/TraitColorView.js

@ -11,6 +11,7 @@ module.exports = TraitView.extend({
if (!this.$input) {
var value = this.getModelValue();
var inputNumber = new InputColor({
target: this.config.em,
contClass: this.ppfx + 'field-color',
model: this.model,
ppfx: this.ppfx

Loading…
Cancel
Save