Fix problem with * a shortcut

This commit is contained in:
Ben Gotow 2016-01-27 11:55:19 -08:00
parent 7908ff7899
commit dcb712641a
2 changed files with 1 additions and 2 deletions

View file

@ -139,7 +139,7 @@ class MultiselectList extends React.Component
_onSelectAll: =>
return unless @state.handler
items = @state.dataSource.itemsCurrentlyInViewMatching -> true
items = @props.dataSource.itemsCurrentlyInViewMatching -> true
@props.dataSource.selection.set(items)
_onDeselect: =>

View file

@ -12,7 +12,6 @@ class MutableQueryResultSet extends QueryResultSet
_query: @_query
_offset: @_offset
})
Object.freeze(set)
Object.freeze(set._ids)
Object.freeze(set._modelsHash)
set