File: src\prefab\index.js
/** * @namespace Lyria * Lyria namespace decleration */ define('lyria/prefab', ['lyria/scene'], function(Scene) { 'use strict'; // TODO: Allow own Prefab.requireAlways similar to Scene.requireAlways //Lyria.Prefab return Scene; });