From e1d76a33e387cdc5ad81209be22d1615d69a7146 Mon Sep 17 00:00:00 2001 From: sam marshall Date: Fri, 20 Jun 2014 13:40:29 +0100 Subject: [PATCH] MDL-46076 Lib: Allow javascript-static.js to somewhat work in IE7 [2.6] --- lib/javascript-static.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/javascript-static.js b/lib/javascript-static.js index 9e59278b583..5d023cd0f7a 100644 --- a/lib/javascript-static.js +++ b/lib/javascript-static.js @@ -798,7 +798,7 @@ M.util.js_watch_io = function() { after: ['io-base'] }, 'io-base': { - requires: ['moodle-core-io'], + requires: ['moodle-core-io'] } } });