Skip to content

Fix "Uncaught ReferenceError: repo is not defined" #18

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

Merged
merged 1 commit into from
Apr 30, 2013

Conversation

douglasmiranda
Copy link
Contributor

When the repo is not cached the code should be:

//...
self.requestData(self.repo);

instead:

//...
self.requestData(repo);

In order to avoid the error: "Uncaught ReferenceError: repo is not defined"

zenorocha pushed a commit that referenced this pull request Apr 30, 2013
Fix "Uncaught ReferenceError: repo is not defined"
@zenorocha zenorocha merged commit 8383d37 into zenorocha:master Apr 30, 2013
@zenorocha
Copy link
Owner

Thanks a lot @douglasmiranda :)

@douglasmiranda douglasmiranda deleted the fix-reference-error branch April 30, 2013 16:21
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.

2 participants