define(function() { function Consumer() { } Consumer.prototype.init = function(){ return null; } return Consumer; });