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

Commit

Permalink
Merge pull request #14591 from daleharvey/946807
Browse files Browse the repository at this point in the history
Bug 946807 - Dont postResult to activity with no return value r=benfrancis
  • Loading branch information
benfrancis committed Dec 12, 2013
2 parents 50af7ba + fffc291 commit a14c8ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/browser/js/browser.js
Expand Up @@ -1717,7 +1717,6 @@ function actHandle(activity) {
} else {
Browser.waitingActivities.push(activity);
}
activity.postResult({ status: 'accepted' });
}

if (window.navigator.mozSetMessageHandler) {
Expand Down

0 comments on commit a14c8ba

Please sign in to comment.