eslinted template

v1.18.x
Julian Lam 8 years ago
parent fc13776f26
commit e309175989

@ -1,4 +1,5 @@
/* jslint node: true */ /* jslint node: true */
'use strict'; 'use strict';
var db = require('../database'); var db = require('../database');
@ -11,5 +12,5 @@ module.exports = {
timestamp: Date.UTC(2017, 0, 1), timestamp: Date.UTC(2017, 0, 1),
method: function (callback) { method: function (callback) {
// Do stuff here... // Do stuff here...
} },
}; };
Loading…
Cancel
Save