mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
12 lines
No EOL
129 B
JavaScript
12 lines
No EOL
129 B
JavaScript
define(function() {
|
|
|
|
function Consumer() {
|
|
}
|
|
|
|
Consumer.prototype.init = function(){
|
|
return null;
|
|
}
|
|
|
|
return Consumer;
|
|
|
|
}); |