2016-06-16 02:27:34 -06:00

9 lines
161 B
JavaScript

(function(window) {
'use strict'
window.stubs = window.stubs || {}
window.stubs.getModelStub = function getModelStub() {
return {
}
}
})(window)