mazda-custom-application-sdk/apps/app.helloworld/worker.js
2016-04-11 23:48:11 -07:00

8 lines
No EOL
69 B
JavaScript

/**
* Test Worker
*/
module.exports = function(input, done) {
};