fix comment to reflect reality

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4590 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Nathan Curtis
2007-02-22 00:22:14 +00:00
parent f2137ff236
commit 60217f11d9
+1 -1
View File
@@ -9,7 +9,7 @@ public class NetUtil
* Convenience method to load a web page in the browser window without
* having to worry about SecurityErrors in various conditions.
*
* @return true if the url was unable to be loaded.
* @return true if the url was able to be loaded.
*/
public static function navigateToURL (
url :String, preferSameWindowOrTab :Boolean = true) :Boolean