mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
테스트 설정 정리
This commit is contained in:
parent
91497fd77b
commit
b1e730d17e
16 changed files with 224 additions and 2388 deletions
|
|
@ -48,6 +48,9 @@
|
|||
editor_sequence: null,
|
||||
init : function() {
|
||||
},
|
||||
deactivate: function() {
|
||||
console.log(this);
|
||||
},
|
||||
createInstance: function(containerEl, opt) {
|
||||
var self = this;
|
||||
var $container = this.$container = containerEl;
|
||||
|
|
@ -315,6 +318,9 @@
|
|||
return u;
|
||||
};
|
||||
|
||||
|
||||
xe.unregisterApp();
|
||||
|
||||
// Shortcut function in XE
|
||||
// xe.createXeUploader = function(browseButton, opts) {
|
||||
// var u = new XeUploader(browseButton, opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue