Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cappuccino/cappuccino
Browse files Browse the repository at this point in the history
  • Loading branch information
aljungberg committed Mar 15, 2012
2 parents 1bf632a + d3c368b commit 516fac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objective-J/CFBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ DISPLAY_NAME(CFBundle.prototype.isLoading);

CFBundle.prototype.isLoaded = function()
{
return this._loadStatus & CFBundleLoaded;
return !!(this._loadStatus & CFBundleLoaded);
}

DISPLAY_NAME(CFBundle.prototype.isLoaded);
Expand Down

0 comments on commit 516fac0

Please sign in to comment.