Minor cleanup.

This commit is contained in:
Julien Fontanet 2014-01-11 19:10:49 +01:00
parent b18acfac83
commit 1d8c8ea1b0

View File

@ -103,12 +103,6 @@ class $MappedCollection2 extends $EventEmitter
missingRule: (name) ->
throw new Error "undefined rule “#{name}"
# This option makes `set()` create missing rules when necessary
# instead of failing.
#
# TODO: should be replaced by a callback for flexibility.
createMissingRules: false
constructor: ->
# Items are stored here indexed by key.
#