mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Fixed: wrong display name for CFBundle.bundleContainingURL.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user