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

Uncaught ReferenceError: observer is not defined #10

Open
komocode opened this issue May 14, 2015 · 4 comments
Open

Uncaught ReferenceError: observer is not defined #10

komocode opened this issue May 14, 2015 · 4 comments

Comments

@komocode
Copy link

Getting this error. Checked it out

ln 60: observer = observers[key];

should be

var observer = observers[key];

?

@yariv
Copy link
Owner

yariv commented May 25, 2015

Mind submitting a diff to fix it? Thanks!

@AubreyHewes
Copy link

@yariv npm install does not install the change.. requires new release 0.0.2 ? for now I have pinned to the commit hash

@yariv
Copy link
Owner

yariv commented Jan 13, 2016

can you please submit a patch?

@AubreyHewes
Copy link

There is not really a patch for release management... ;-)

Read https://docs.npmjs.com/getting-started/publishing-npm-packages#updating-the-package

so something like

npm version minor
npm publish

or use other tools like https://www.npmjs.com/package/npm-bump

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