mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Apply getter check to determine if API is exposed as property or as method for iOS backward compatibility
This commit is contained in:
@ -112,7 +112,9 @@ var testsWithLongDelay = {
|
||||
testLoadExistingUrl: 10000 * 5,
|
||||
testLoadLocalFile: 10000 * 5,
|
||||
testLoadInvalidUrl: 10000,
|
||||
testLoadUpperCaseSrc: 10000 * 5
|
||||
testLoadUpperCaseSrc: 10000 * 5,
|
||||
test_SettingImageSrc: 30 * 1000,
|
||||
test_ChainingAnimations: 30 * 1000
|
||||
}
|
||||
|
||||
var startTime;
|
||||
|
Reference in New Issue
Block a user