chuck.js/lib/Client/Consumer.js
2012-07-08 01:37:53 +02:00

12 lines
No EOL
129 B
JavaScript

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