diff --git a/src/index.js b/src/index.js index 204970429..149f06798 100644 --- a/src/index.js +++ b/src/index.js @@ -158,6 +158,7 @@ VirtualMachine.prototype.loadProject = function (json) { VirtualMachine.prototype.exportToJson = function () { var obj = new Object(); obj.sprites = this.runtime.targets; + obj.meta = new Object(); obj.meta.name = 'WIP'; obj.meta.useragent = navigator.userAgent; return JSON.stringify(obj, null, 2);