Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Sobo committed Sep 3, 2014
1 parent 87fb0b4 commit 7ad992e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pane.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class Pane extends Model
when 'before-item-destroyed'
Grim.deprecate("Use Pane::onWillDestroyItem instead")
else
Grim.deprecate("Subscribing via ::on is deprecated. Use event subscription methods instead.")
Grim.deprecate("Subscribing via ::on is deprecated. Use documented event subscription methods instead.")
super

behavior: (behaviorName) ->
Expand Down

0 comments on commit 7ad992e

Please sign in to comment.