Skip to content

Commit a75cb3c

Browse files
committed
Added missing lodash requirement.
Missing lodash requirement and assuming i have _ globally, turned off for my projects as the version in sails is too old.
1 parent 9674514 commit a75cb3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
/**
22
* Created by jaumard on 12/05/2015.
33
*/
4+
var _ = require('lodash');
5+
46
module.exports = {
57
_bindToSails: function (sails, modules, cb) {
68
_.each(modules, function (module) {

0 commit comments

Comments
 (0)