major wip
This commit is contained in:
13
www/pad2/outer.js
Normal file
13
www/pad2/outer.js
Normal 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');
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user