Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
MDL-49046 javascript: Add support for AMD modules and jquery.
[moodle.git]
/
.jshintrc
diff --git
a/.jshintrc
b/.jshintrc
index
9eff324
..
8b8a806
100644
(file)
--- a/
.jshintrc
+++ b/
.jshintrc
@@
-34,7
+34,8
@@
"passfail": false,
"plusplus": false,
"predef": [
- "M"
+ "M",
+ "define"
],
"proto": false,
"regexdash": false,