major wip

This commit is contained in:
Caleb James DeLisle
2017-08-07 16:27:57 +02:00
parent 548bce479a
commit 65dfd99171
14 changed files with 1854 additions and 20 deletions

13
www/pad2/outer.js Normal file
View File

@@ -0,0 +1,13 @@
define([
'/common/sframe-ctrl.js',
'jquery'
], function (SFrameCtrl, $) {
console.log('xxx');
$(function () {
console.log('go');
SFrameCtrl.init($('#sbox-iframe')[0], function () {
console.log('\n\ndone\n\n');
});
});
});