Remove lodash require from List

This commit is contained in:
haad
2016-03-03 12:47:38 +01:00
parent ec51546799
commit 215822dd44

View File

@@ -1,6 +1,5 @@
'use strict';
const _ = require('lodash');
const Lazy = require('lazy.js');
const Node = require('./Node');