Update UIS9NinePatchTest for jsb

This commit is contained in:
samuele3hu 2015-06-18 10:08:13 +08:00 committed by 江龙
parent cbfa92d3fd
commit a98b493151
1 changed files with 8 additions and 5 deletions

View File

@ -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)
{