MDL-46076 Lib: Allow javascript-static.js to somewhat work in IE7 [2.6]

This commit is contained in:
sam marshall
2014-06-20 14:10:57 +01:00
parent 9663e6f8a5
commit e1d76a33e3
+1 -1
View File
@@ -798,7 +798,7 @@ M.util.js_watch_io = function() {
after: ['io-base']
},
'io-base': {
requires: ['moodle-core-io'],
requires: ['moodle-core-io']
}
}
});