테스트 설정 정리

This commit is contained in:
bnu 2015-05-22 16:50:11 +09:00
parent 91497fd77b
commit b1e730d17e
16 changed files with 224 additions and 2388 deletions

View file

@ -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);