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 #10660 from alivedise/bugzilla/887683/camera-cance…
Browse files Browse the repository at this point in the history
…l-pick-in-background

Bug 887683: Cancel pick activity correctly while go to background.
  • Loading branch information
daleharvey committed Jun 28, 2013
2 parents d55d2d2 + b7a2ae5 commit 8cf5103
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/camera/js/camera.js
Expand Up @@ -470,9 +470,6 @@ var Camera = {
},

cancelPick: function camera_cancelPick() {
if (this.cancelPickButton.hasAttribute('disabled'))
return;

if (this._pendingPick) {
this._pendingPick.postError('pick cancelled');
}
Expand Down

0 comments on commit 8cf5103

Please sign in to comment.