Linux compatibility fixes

This commit is contained in:
Jeena Paradies 2012-11-16 20:17:05 +01:00
parent 9e83bfec47
commit 80bf6388c9
4 changed files with 5 additions and 3 deletions

View file

@ -25,7 +25,7 @@ define(function() {
if (OS_TYPE == "mac") {
controller.openURL_(url);
} else {
controller.openURL(URL);
controller.openURL(url);
}
}