marionette.module

0.1.0 • Public • Published

marionette.module

Build Status

This Shim is a Work in Progress


The (deprecated) Marionette.Module Class as a standalone library.

Shim for Marionette.Application

In Marionette 1.x and 2.x the Application Class has a module method. To shim this behavior for v3.x

require('marionette.module').shim(Marionette);

This will add Modules onto the application prototype.

Standalone Module Class

If you would like to use the standalone Module Class you can

var Module = require('marionette.module');

/marionette.module/

    Package Sidebar

    Install

    npm i marionette.module

    Weekly Downloads

    1,115

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • paulfalgout