This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scratch-html5/test/artifacts/TargetMock.js
2014-03-09 11:59:38 -06:00

10 lines
150 B
JavaScript

'use strict';
var targetMock = function() {
return {
'showBubble' : function() {},
'showAsk' : function() {},
'askAnswer' : 22
};
}