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

Add feature to allow limiting of total notifications shown and queue the rest. #56

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jpuffer
Copy link

@jpuffer jpuffer commented Jul 30, 2014

No description provided.

var in this case is hoisted to the top of the function and will blow
out any passed value for ‘e’. In order to maintain code integrity,
don’t re-var ‘e’ since it has already been declared.  Now we could
theoretically pass a value for ‘e’ and have it work correctly.
add feature to limit number of notifications that can be displayed
concurrently, and queue up the rest to be displayed when there is room.
 Add example to set max notifications to 3.
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