-
Notifications
You must be signed in to change notification settings - Fork 245
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
babel error - diffview.js #21
Comments
i know this is old, but wanted to point out that this change breaks client code (shamefully, mine) which loads diffview.js/difflib.js dynamically via
And likewise for Not a big deal, just pointing it out. |
declare diffview var, fixes cemerickgh-21 and cemerickgh-22
ReferenceError: Strict mode forbids implicit creation of global property 'diffview'
Can you please add a 'var' declaration on line 30 of diffview.js?
var diffview = {
Please merge PR #22
The text was updated successfully, but these errors were encountered: