Skip to content

Commit

Permalink
remove multiSelect deprecated warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hthetiot committed Aug 15, 2017
1 parent aba83b5 commit 88bf3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/select.reel/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ var Select = exports.Select = Control.specialize(/** @lends module:"montage/ui/
}

this._contentController = value;
value.multiSelect = this.multiple;
value.allowsMultipleSelection = this.multiple;

Bindings.defineBindings(this, {
"content": {"<-": "_contentController.organizedContent"},
Expand Down

0 comments on commit 88bf3ce

Please sign in to comment.