blob: feaea5621e0bcd24efc76802c9b5e16262763652 [file] [log] [blame]
module.exports = function (o) {
o.getGlobal = function () {
return o;
};
};