Skip to content

marionettejs/marionette.module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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');

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •