Skip to content

Implement CommonJS + AMD + Browser Globals pattern  #4

Open
@singerxt

Description

@singerxt

Light Lazy Loader should be loaded in any CommonJS-like environment.

Example Usage

var LLL = require('./LightLazyLoader.min.js');

// Init istance
var LLListance = new LLL();

//Use method.
LLListance.checkElements();

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions