mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2024-12-12 00:31:41 -05:00
9 lines
97 B
JavaScript
9 lines
97 B
JavaScript
|
'use strict';
|
||
|
|
||
|
var targetMock = function() {
|
||
|
return {
|
||
|
'showBubble' : function() {}
|
||
|
};
|
||
|
|
||
|
}
|