diff --git a/Objective-J/CFBundle.js b/Objective-J/CFBundle.js index 34c443670..801f3d546 100644 --- a/Objective-J/CFBundle.js +++ b/Objective-J/CFBundle.js @@ -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;