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

fix requires

parent 5fa223d6
module.exports =
QRequire('UI.UIComponent', 'UI.Border','UI.FlexSizeComponent', function(
QRequire('UI.UIComponent', 'UI.Controls.Border','UI.FlexSizeComponent', function(
UIComponent,
Border,
FlexSizeComponent
......
module.exports =
QRequire('UI.UIComponent', 'UI.Border','UI.FlexSizeComponent', function(
QRequire('UI.UIComponent', 'UI.Controls.Border','UI.Controls.FlexSizeComponent', function(
UIComponent,
Border,
FlexSizeComponent
......
module.exports =
QRequire('Core.QObject', 'Core.AbstractComponent', function(
QRequire('Core.QObject', 'Core.AbstractComponent', 'Core.TypeTable', function(
QObject,
AbstractComponent
AbstractComponent,
TypeTable
) {
'use strict';
......
{
"name": "quokka-core",
"version": "0.0.4",
"version": "0.0.5",
"description": "quokka core components",
"main": "index.js",
"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