@urso/core 0.6.8 → 0.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/build/js/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -218,3 +218,8 @@ These two methods also support any number of modifiers, which allows more flexib
|
|
|
218
218
|
For example, if you apply the modifier 'mobile', then Urso.getInstance ('Modules.Observer.Controller') will look for the constructor first in Modules.Observer.Mobile.Controller. If no such constructor is found, then the “default option” Modules.Observer.Controller will be returned;
|
|
219
219
|
|
|
220
220
|
Also, any class inside itself can call the following construction this.getInstance ('View'), which will return the desired class of the same entity, in our case it is a View instance
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
### License ###
|
|
224
|
+
By Lancecat Games
|
|
225
|
+
This content is released under the (http://opensource.org/licenses/MIT) MIT License.
|