return statement was removed accidentally

This commit is contained in:
Spencer Alger 2014-07-15 12:50:38 -07:00
parent a32d0438b2
commit 59857eda8d

View file

@ -53,5 +53,7 @@ define(function (require) {
cache[id] = instance;
return instance;
}
return Private;
});
});