zordius/webtasks

View on GitHub
module/nothing.js

Summary

Maintainability
A
0 mins
Test Coverage
/*jslint node: true */
'use strict';

// This is a view only module without input or logic
module.exports = function () {
    return this.task();
};