Source: prefab/index.js

define(['./scene'], function(Scene) {
	'use strict';
	
	/**
	 * @module lyria/prefab
	 * @requires lyria/scene 
	 */

  // TODO: Allow own Prefab.requireAlways similar to Scene.requireAlways

	//Lyria.Prefab
	return Scene;
  
});
DocStrap Copyright © 2012-2013 The contributors to the JSDoc3 and DocStrap projects.
Documentation generated by JSDoc 3.2.2 on Sun Jan 26 2014 20:12:44 GMT+0100 (MEZ) using the DocStrap template.