This repository was archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Resource
Demi - Alvaro Martinez de Miguel edited this page Nov 24, 2015
·
1 revision
Every asset the loader will process will have different properties depending on the implementation. The resource object specifies only the required objects for the wrappers and its implementation is an object factory that return a correct formatted resource object from an arbitrary object data.
For the first version only the name and the path to the resource will be required, Both parameters will be strings.
##Interface
Resource = {
name: '',
url: ''
}
#Index