MDL-21405 fixed missing ;

This commit is contained in:
Petr Skoda
2010-01-20 21:10:49 +00:00
parent 34f76e9a7b
commit 3157cd3dbd

View File

@@ -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 ===