mirror of
https://github.com/moodle/moodle.git
synced 2025-07-23 23:31:58 +02:00
MDL-21405 fixed missing ;
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
var Y = null;
|
||||
|
||||
// Global M object, this helps with solving of namespace and scope issues
|
||||
var M = {}
|
||||
var M = {};
|
||||
|
||||
|
||||
// === old legacy JS code, hopefully to be replaced soon by M.xx.yy and YUI3 code ===
|
||||
|
Reference in New Issue
Block a user