Skip to content

Commit

Permalink
MDL-67814 core_h5p: Revert of eslintignore change
Browse files Browse the repository at this point in the history
Also has update to fix js global properly.
  • Loading branch information
abgreeve committed Apr 16, 2020
1 parent 477ef86 commit 1e33203
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cache/stores/mongodb/MongoDB/
enrol/lti/ims-blti/
filter/algebra/AlgParser.pm
filter/tex/mimetex.*
h5p/amd/src/editor_display.js
h5p/h5plib/v124/joubel/core/
h5p/h5plib/v124/joubel/editor/
lib/editor/atto/plugins/html/yui/src/codemirror/
Expand Down Expand Up @@ -89,4 +88,4 @@ theme/boost/amd/src/toast.js
theme/boost/amd/src/tooltip.js
theme/boost/amd/src/util.js
theme/boost/amd/src/tether.js
theme/boost/scss/fontawesome/
theme/boost/scss/fontawesome/
2 changes: 1 addition & 1 deletion h5p/amd/build/editor_display.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions h5p/amd/src/editor_display.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/

import $ from 'jquery';
/* global H5PEditor */

/**
* Display the H5P authoring tool.
Expand Down

0 comments on commit 1e33203

Please sign in to comment.