includeDeprecations -> includeDeprecatedAPIs

This commit is contained in:
Kevin Sawicki
2015-04-02 17:08:28 -07:00
parent 2a2cf17fc1
commit 7d592c8b78
27 changed files with 102 additions and 102 deletions

View File

@@ -99,7 +99,7 @@ class ContextMenuManager
# with the following argument:
# * `event` The click event that deployed the context menu.
add: (itemsBySelector) ->
if Grim.includeDeprecations
if Grim.includeDeprecatedAPIs
# Detect deprecated file path as first argument
if itemsBySelector? and typeof itemsBySelector isnt 'object'
Grim.deprecate """