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

Injection Bugfix

Latest
Compare
Choose a tag to compare
@c-dante c-dante released this 18 Aug 19:06
· 6 commits to master since this release

When calling the project function without an object, it would fail on lookup.

var PoxyFactory = require('proxy!./my/module');

// This is what used to fail
var myModule = PoxyFactory();