Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 5... Línea 5...
5
    skipDataMain: true,
5
    skipDataMain: true,
6
    waitSeconds : 0,
6
    waitSeconds : 0,
Línea 7... Línea 7...
7
 
7
 
8
    paths: {
8
    paths: {
9
        jquery: '[JSURL]lib/jquery/jquery-3.7.1[JSMIN][JSEXT]',
9
        jquery: '[JSURL]lib/jquery/jquery-3.7.1[JSMIN][JSEXT]',
10
        jqueryui: '[JSURL]lib/jquery/ui-1.13.2/jquery-ui[JSMIN][JSEXT]',
10
        jqueryui: '[JSURL]lib/jquery/ui-1.14.1/jquery-ui[JSMIN][JSEXT]',
11
        jqueryprivate: '[JSURL]lib/requirejs/jquery-private[JSEXT]'
11
        jqueryprivate: '[JSURL]lib/requirejs/jquery-private[JSEXT]'
Línea 12... Línea 12...
12
    },
12
    },
13
 
13
 
14
    // Custom jquery config map.
14
    // Custom jquery config map.
15
    map: {
15
    map: {
16
      // '*' means all modules will get 'jqueryprivate'
16
      // '*' means all modules will get 'jqueryprivate'
17
      // for their 'jquery' dependency.
-
 
18
      '*': { jquery: 'jqueryprivate' },
-
 
Línea 19... Línea 17...
19
      // Stub module for 'process'. This is a workaround for a bug in MathJax (see MDL-60458).
17
      // for their 'jquery' dependency.
20
      '*': { process: 'core/first' },
18
      '*': { jquery: 'jqueryprivate' },
21
 
19
 
22
      // 'jquery-private' wants the real jQuery module
20
      // 'jquery-private' wants the real jQuery module