Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Fix typo (fixed Bugzilla 730937)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Feb 27, 2012
1 parent da3a95c commit f2d5b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/jsapi/include.js
Expand Up @@ -695,7 +695,7 @@ if (!navigator.mozApps.install || navigator.mozApps.html5Implementation) {
// enforce any security, it does offer consistent error messages. Even with the
// removal of this check the rest of this function won't work, because it relies
// on previous invocation of list() (to discover the launchURL).
if (! hasMgmtPermissions()) {
if (! hasMgmtPermission()) {
throw "PERMISSION_DENIED";
}

Expand Down

0 comments on commit f2d5b10

Please sign in to comment.