Skip to content
tomByrer edited this page Dec 30, 2013 · 2 revisions

Load Lazy.js with an alias (not with Underscore or Lo-Dash).

  • browser: window._ = Lazy;
  • Node: var _ = require('lazy.js');
Clone this wiki locally