处理一个语法错误
This commit is contained in:
parent
d9554f7571
commit
914f141e7f
@ -21,7 +21,7 @@ public class CordovaEventKit {
|
||||
|
||||
|
||||
public void fireEvent(String event, JSONArray obj){
|
||||
this.fireEvent(event,obj == null ? null obj.toString());
|
||||
this.fireEvent(event,obj == null ? null : obj.toString());
|
||||
}
|
||||
|
||||
public void fireEvent(String event, JSONObject obj){
|
||||
|
Loading…
x
Reference in New Issue
Block a user