-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.js
30 lines (30 loc) · 840 Bytes
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
System.register(["./spine.js", "./demo/atlas.js"], function (exports_1, context_1) {
"use strict";
var version;
var __moduleName = context_1 && context_1.id;
var exportedNames_1 = {
"version": true,
"Atlas": true
};
function exportStar_1(m) {
var exports = {};
for (var n in m) {
if (n !== "default" && !exportedNames_1.hasOwnProperty(n)) exports[n] = m[n];
}
exports_1(exports);
}
return {
setters: [
function (spine_js_1_1) {
exportStar_1(spine_js_1_1);
},
function (Atlas_1) {
exports_1("Atlas", Atlas_1);
}
],
execute: function () {
exports_1("version", version = "1.0.0");
}
};
});
//# sourceMappingURL=index.js.map