Rinser/node_modules/rss-braider/examples/plugins/bad_plugin.js

8 lines
216 B
JavaScript
Raw Normal View History

2015-07-20 13:42:07 +00:00
module.exports = function (item, itemOptions, source) {
// This is an intentionally broken plugin for testing.
// This doesn't do anything and shouldn't be a template
// for other plugins
return;
};