Fixed: wrong display name for CFBundle.bundleContainingURL.

This commit is contained in:
Aparajita Fishman
2013-04-06 15:48:41 -04:00
parent 04d6b34bfe
commit 486bff44df
+2 -1
View File
@@ -129,7 +129,8 @@ CFBundle.bundleWithIdentifier = function(/*String*/ bundleID)
return CFBundlesWithIdentifiers[bundleID] || NULL;
};
DISPLAY_NAME(CFBundle.bundleContainingURL);
DISPLAY_NAME(CFBundle.bundleWithIdentifier);
CFBundle.prototype.bundleURL = function()
{
return this._bundleURL;