mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
updated version, removed dependency on my logging module, removed empty util.js.
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
Documentation coming soon.
|
||||
*/
|
||||
|
||||
var XML = require('xml'),
|
||||
log = require('logging').from(__filename);
|
||||
var XML = require('xml');
|
||||
|
||||
function RSS (options, items) {
|
||||
options = options || {};
|
||||
|
||||
Reference in New Issue
Block a user