Skip to content

Instantly share code, notes, and snippets.

@SSilence
SSilence / di.js
Last active August 29, 2015 14:04
dependency injection
/**
* simple dependency injection
*
* @copyright Copyright (c) Tobias Zeising (http://www.aditu.de)
* @license GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/
var injectCallable = {};
var injectObjects = {};
var define = function(name, obj) {