(function (exports) { 'use strict';
var foo = 1;
var bar = 2;
exports.foo = foo;
exports.bar = bar;
})((this.myBundle = {}));