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 missing var declarations #15

Merged
merged 1 commit into from
Jan 28, 2012

Conversation

mark-rushakoff
Copy link
Contributor

In my current project at work, we are using t as our global "translate" function. You can imagine my shock when I realized that calling new URI() caused half of my unit tests to break due to window.t not being a function!

This patch fixes the missing var statements. I didn't add any tests, but this didn't break any existing tests either.

@maxbrunsfeld
Copy link

+1

rodneyrehm added a commit that referenced this pull request Jan 28, 2012
Add missing `var` declarations
@rodneyrehm rodneyrehm merged commit 9bae0db into medialize:gh-pages Jan 28, 2012
@rodneyrehm
Copy link
Member

fixed in v1.4.3 - thanks!

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.

None yet

3 participants