mirror of https://github.com/axmolengine/axmol.git
Update UIS9NinePatchTest for jsb
This commit is contained in:
parent
cbfa92d3fd
commit
a98b493151
|
@ -528,16 +528,19 @@
|
|||
return new UIRichTextTest();
|
||||
}
|
||||
}
|
||||
],
|
||||
"UIS9NinePatchTest": [
|
||||
{
|
||||
]
|
||||
};
|
||||
|
||||
if (cc.sys.isNative) {
|
||||
testingItems["UIS9NinePatchTest"] = [
|
||||
{
|
||||
title: "UIS9NinePatchTest",
|
||||
func: function () {
|
||||
return new UIS9NinePatchTest();
|
||||
}
|
||||
}
|
||||
]
|
||||
};
|
||||
];
|
||||
}
|
||||
|
||||
if (cc.sys.os == cc.sys.OS_ANDROID || cc.sys.os == cc.sys.OS_IOS || !cc.sys.isNative)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue