Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collection is not a function #2

Closed
gcphost opened this issue Sep 24, 2016 · 2 comments
Closed

collection is not a function #2

gcphost opened this issue Sep 24, 2016 · 2 comments
Assignees

Comments

@gcphost
Copy link

gcphost commented Sep 24, 2016

Examples show

var paginator = new FirebasePaginator(ref);
var itemsList = [];
var handler = function() {
  collection = paginator.collection();
};

But its paginator.collection

var paginator = new FirebasePaginator(ref);
var itemsList = [];
var handler = function() {
  collection = paginator.collection;
};
@Caerbannog
Copy link

Caerbannog commented Dec 15, 2016

And confusingly the itemsList variable is useless.

@deltaepsilon deltaepsilon self-assigned this Dec 18, 2016
@deltaepsilon
Copy link
Owner

Closed

ee898f5

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

No branches or pull requests

3 participants