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

Missing semicolon in diff_match_patch.js #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aclemen1
Copy link

Encountered an error due to the missing semicolon when "google-diff-match-patch" is declared as a dependency in an overridden bower dependency:

"codemirror": {
  "dependencies": {
    "google-diff-match-patch": "~0.1.0"
  },
  "main": [
    "lib/codemirror.js",
    "lib/codemirror.css",
    "addon/merge/merge.css",
    "addon/merge/merge.js"
  ]
}

Here "google-diff-match-patch" is required by CodeMirror's "merge/merge.js" addon.

Thanks!

-- Alain

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.

1 participant