Skip to content

Commit

Permalink
MDL-55312 requirejs: Fix timeouts with infinite waitSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
gthomas2 committed Aug 23, 2016
1 parent 3ca3cc7 commit 16ddfd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/requirejs/moodle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ var require = {
// We only support AMD modules with an explicit define() statement.
enforceDefine: true,
skipDataMain: true,
waitSeconds : 0,

paths: {
jquery: '[JSURL]lib/jquery/jquery-3.1.0.min[JSEXT]',
Expand Down

0 comments on commit 16ddfd5

Please sign in to comment.