for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/*
*
* @Project
* @Copyright Djoudi
* @Created 2018-02-20
* @Filename laravel-h5p-editor.js
* @Description
*/
(function ($) {
// setting for inside editor
$.ajaxSetup({
headers: {
'X-CSRF-TOKEN': window.parent.Laravel.csrfToken
},
dataType: 'json',
});
})(H5P.jQuery);
H5P
/** global: H5P */
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.