Skip to content

Conversation

@kossnocorp
Copy link

do ($ = jQuery) ->
  $.fn.endlessScroll = (options) ->
    new EndlessScroll(this, options).run()

... is more much better than:

(($) ->
  $.fn.endlessScroll = (options) ->
    new EndlessScroll(this, options).run()
)(jQuery)

@kossnocorp
Copy link
Author

Any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant