Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2013 Sprint 09 Core, 2013 Sprint 09, Release 3.2.0
-
Component/s: Android
-
Labels:
Description
Should fix improper cast in
v8::Handle<v8::Array> TypeConverter::javaArrayToJsArray(JNIEnv *env, jshortArray javaShortArray)
|
{
|
return javaDoubleArrayToJsNumberArray(env, (jdoubleArray) javaShortArray);
|
}
|