kopia lustrzana https://github.com/c9/core
Fixing broken tests
rodzic
6370f2ede2
commit
4593f2ecb9
|
@ -97,6 +97,10 @@ require([
|
|||
"vfs.log": {
|
||||
log: function(){}
|
||||
},
|
||||
"vfs.endpoint": (function(){
|
||||
var x = new EventEmitter();
|
||||
return x;
|
||||
})(),
|
||||
anims: (function(){
|
||||
var x = new EventEmitter();
|
||||
x.animateSplitBoxNode = function(node, opt) {
|
||||
|
|
Ładowanie…
Reference in New Issue