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

10 lines
185 B
JavaScript

(function(window) {
'use strict'
window.stubs = window.stubs || {}
window.stubs.getViewStub = function getViewStub() {
return {
bind: function() {}
}
}
})(window)