Commit 5cf99932 by Иван Кубота

fix requires

parent 5fa223d6
module.exports = module.exports =
QRequire('UI.UIComponent', 'UI.Border','UI.FlexSizeComponent', function( QRequire('UI.UIComponent', 'UI.Controls.Border','UI.FlexSizeComponent', function(
UIComponent, UIComponent,
Border, Border,
FlexSizeComponent FlexSizeComponent
......
module.exports = module.exports =
QRequire('UI.UIComponent', 'UI.Border','UI.FlexSizeComponent', function( QRequire('UI.UIComponent', 'UI.Controls.Border','UI.Controls.FlexSizeComponent', function(
UIComponent, UIComponent,
Border, Border,
FlexSizeComponent FlexSizeComponent
......
module.exports = module.exports =
QRequire('Core.QObject', 'Core.AbstractComponent', function( QRequire('Core.QObject', 'Core.AbstractComponent', 'Core.TypeTable', function(
QObject, QObject,
AbstractComponent AbstractComponent,
TypeTable
) { ) {
'use strict'; 'use strict';
......
{ {
"name": "quokka-core", "name": "quokka-core",
"version": "0.0.4", "version": "0.0.5",
"description": "quokka core components", "description": "quokka core components",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment