Add TODO comment

This commit is contained in:
Kevin Sawicki
2015-06-01 13:32:38 -07:00
parent 703eaac7ca
commit 66620f8510

View File

@@ -1158,6 +1158,7 @@ withoutEmptyObjects = (object) ->
resultObject = object
resultObject
# TODO remove in 1.0 API
Config::unobserve = (keyPath) ->
Grim.deprecate 'Config::unobserve no longer does anything. Call `.dispose()` on the object returned by Config::observe instead.'