Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

minor release

Latest
Compare
Choose a tag to compare
@caridy caridy released this 21 Apr 16:23

[PR #11] adding support for steal format:

steal("foo", "bar", function(foo, bar){
    return {
        foo: foo,
        bar: bar
    };
});

More details about steal module format here: http://javascriptmvc.com/docs/stealjs.html