mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
28de777199
When nodes are added to the dom, they may need to be re-processed by a JS based filter. To do this we need to trigger the legacy YUI event filter-content-updated. To make this easier I added some wrappers to template that will insert the node, run any JS and trigger the event. I also changed existing yui code to call the amd function to trigger the event. This way all jquery and yui listeners will always be notified.
56 lines
1.3 KiB
Plaintext
56 lines
1.3 KiB
Plaintext
{
|
|
"asi": false,
|
|
"bitwise": true,
|
|
"boss": false,
|
|
"browser": true,
|
|
"curly": true,
|
|
"debug": false,
|
|
"eqeqeq": false,
|
|
"eqnull": false,
|
|
"es5": false,
|
|
"esnext": false,
|
|
"evil": false,
|
|
"expr": false,
|
|
"forin": false,
|
|
"funcscope": false,
|
|
"globalstrict": false,
|
|
"immed": true,
|
|
"indent": 4,
|
|
"iterator": false,
|
|
"lastsemic": false,
|
|
"latedef": true,
|
|
"laxbreak": true,
|
|
"laxcomma": false,
|
|
"loopfunc": false,
|
|
"maxerr": 500,
|
|
"maxlen": 132,
|
|
"multistr": false,
|
|
"newcap": true,
|
|
"noarg": true,
|
|
"noempty": true,
|
|
"nomen": false,
|
|
"onecase": false,
|
|
"onevar": false,
|
|
"passfail": false,
|
|
"plusplus": false,
|
|
"predef": [
|
|
"M",
|
|
"define",
|
|
"require"
|
|
],
|
|
"proto": false,
|
|
"regexdash": false,
|
|
"regexp": false,
|
|
"scripturl": false,
|
|
"shadow": false,
|
|
"smarttabs": false,
|
|
"strict": false,
|
|
"sub": false,
|
|
"supernew": false,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": true,
|
|
"white": false,
|
|
"yui": true
|
|
}
|