-
Notifications
You must be signed in to change notification settings - Fork 78
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
_gasTrackDownloads fails when opts.category only is present #67
Comments
Good find! Would you like to take at the PR on this one? |
Sorry Tom but what does PR mean ? (I'm not so used to github processes) |
A Pull Request ?! |
Yep a Pull Request! :) Happy to revise. |
From which branch should I perform the edit ? |
Develop -Tom (via phone)
|
_gas.push(['_gasTrackDownloads', {category: 'Téléchargements'}]);
will fail because opts['extensions'] is never created when only a category option is present
Exception TypeError
: Cannot call method 'concat'0 of undefined
The text was updated successfully, but these errors were encountered: