Linux compatibility fixes
This commit is contained in:
parent
9e83bfec47
commit
80bf6388c9
4 changed files with 5 additions and 3 deletions
|
@ -25,7 +25,7 @@ define(function() {
|
|||
if (OS_TYPE == "mac") {
|
||||
controller.openURL_(url);
|
||||
} else {
|
||||
controller.openURL(URL);
|
||||
controller.openURL(url);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue