-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
AceMood
committed
Dec 16, 2016
1 parent
90b875b
commit a524125
Showing
20 changed files
with
262 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
{ | ||
"p0": { | ||
"uri": "/static/pkg/krbXuxDmH.pkg.build.css", | ||
"uri": "/static/pkg/nW4LiAj0C.pkg.build.css", | ||
"has": [ | ||
"src/css/withId.css", | ||
"src/css/reset.css", | ||
"src/css/plain.css", | ||
"src/css/inlineImage.css" | ||
"YG9FV", | ||
"mFLE6", | ||
"xz4WD", | ||
"5evpM" | ||
], | ||
"type": "css" | ||
"type": "css", | ||
"version": "nW4LiAj0C", | ||
"localPathName": "/static/pkg/nW4LiAj0C.pkg.build.css" | ||
}, | ||
"p1": { | ||
"uri": "/static/pkg/tzucQhhAp.pkg.build.js", | ||
"uri": "/static/pkg/8UaPd2PpL.pkg.build.js", | ||
"has": [ | ||
"src/app/vrcode.js", | ||
"src/app/moduleA.js", | ||
"src/app/moduleB.js", | ||
"src/app/moduleC.js", | ||
"app" | ||
"AQJGK", | ||
"zMZ2x", | ||
"T4EMD", | ||
"app", | ||
"tospe" | ||
], | ||
"type": "js" | ||
"type": "js", | ||
"version": "8UaPd2PpL", | ||
"localPathName": "/static/pkg/8UaPd2PpL.pkg.build.js" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,16 @@ | ||
kerneljs.exec("app", function(require, exports, module) { | ||
|
||
|
||
var moduleA = require('src/app/moduleA.js'); | ||
var moduleB = require('src/app/moduleB.js'); | ||
var moduleC = require('src/app/moduleC.js'); | ||
var moduleA = require('AQJGK'); | ||
var moduleB = require('zMZ2x'); | ||
var moduleC = require('T4EMD'); | ||
|
||
var $btn = document.querySelector('button'); | ||
document.addEventListener($btn, 'click', fn); | ||
|
||
function fn() { | ||
require.async(["src/app/vrcode.js"], function(vrcode) { | ||
require.async(["tospe"], function(vrcode) { | ||
if (vrcode.isPast()) { | ||
alert('done!'); | ||
} | ||
}); | ||
} | ||
}); | ||
} |
Oops, something went wrong.