We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
filter/generico/amd/src/generico_presets_amd.js 89 // controls['jquery'].checked = (presetdata[presetindex]['jquery'] && presetdata[presetindex]['jquery']!='0') ? true : false; ^ Line is too long.
filter/videoeasy/amd/src/videoeasy_presets_amd.js 86 // controls['jquery'].checked = (presetdata[presetindex]['jquery'] && presetdata[presetindex]['jquery']!='0') ? true : false; ^ Line is too long.
2 errors in 37 files Warning: Task "jshint:amd" failed. Use --force to continue.
When I remove the commented lines, my grunt command works again like it should.
The text was updated successfully, but these errors were encountered:
fixed overlong commented line that annoyed grunt see: #2
d5552a0
OK. I have done this. Thanks for the fix.
Sorry, something went wrong.
fixed overly long commented code line. See: justinhunt/moodle-filter_…
a4b119e
…generico#2
THX
No branches or pull requests
filter/generico/amd/src/generico_presets_amd.js
89 // controls['jquery'].checked = (presetdata[presetindex]['jquery'] && presetdata[presetindex]['jquery']!='0') ? true : false;
^ Line is too long.
filter/videoeasy/amd/src/videoeasy_presets_amd.js
86 // controls['jquery'].checked = (presetdata[presetindex]['jquery'] && presetdata[presetindex]['jquery']!='0') ? true : false;
^ Line is too long.
When I remove the commented lines, my grunt command works again like it should.
The text was updated successfully, but these errors were encountered: