Skip to content

Commit

Permalink
renamed method name to prevent backbone's overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Tino Ehrich committed Mar 9, 2013
1 parent f256aee commit 86942b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abstract-collection.coffee
Expand Up @@ -61,7 +61,7 @@ define (require) ->

# -------------------------------------------

sortBy: (options = {}) ->
sortByKey: (options = {}) ->
# set options
options.key = @sortingKey if not options.key?
options.reverse = false if not options.reverse?
Expand Down

0 comments on commit 86942b4

Please sign in to comment.