Skip to content

Commit

Permalink
fix spelling of destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Mar 1, 2013
1 parent 95051bb commit da569c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _cs/application.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class Application.Views.Single extends Backbone.View
scrollTarget: ".title"
offset: -60

jQuery('#content').infinitescroll 'destory'
jQuery('#content').infinitescroll 'destroy'


class Application.Views.Index extends Backbone.View
Expand Down Expand Up @@ -269,7 +269,7 @@ class Application.Views.Tag extends Backbone.View
$.smoothScroll
scrollTarget: ".title"
offset: -60
jQuery('#content').infinitescroll 'destory'
jQuery('#content').infinitescroll 'destroy'
document.title = "Posts tagged '" + @model.get('id') + "'' » " + Application.name

class Application.Views.Category extends Backbone.View
Expand All @@ -281,7 +281,7 @@ class Application.Views.Category extends Backbone.View
$.smoothScroll
scrollTarget: ".title"
offset: -60
jQuery('#content').infinitescroll 'destory'
jQuery('#content').infinitescroll 'destroy'
document.title = "Posts categorized '" + @model.get('id') + "'' » " + Application.name

# Router
Expand Down
Loading

0 comments on commit da569c1

Please sign in to comment.