Skip to content

Commit 58944ac

Browse files
committed
Merge pull request #7 from crystalneth/master
Fixing ambiguous coffeescript that was generating incorrect js
2 parents ec4f739 + 2b26014 commit 58944ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/assets/javascripts/jquery.infinite-pages.js.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Released under the MIT License
8080
@_loading()
8181

8282
$.getScript(@$container.find(@options.navSelector).attr('href'))
83-
.done (=> @_success())
84-
.fail (=> @_error())
83+
.done(=> @_success())
84+
.fail(=> @_error())
8585

8686
_loading: ->
8787
@options.state.loading = true

0 commit comments

Comments
 (0)