Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed May 4, 2012
1 parent 48c4eb4 commit 8d43aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
var pending = navigator.mozApps.install(url);
$('#record').text('started installation: ' + url);
pending.onsuccess = function () {
#('#record').text('onsuccess called: ' + this.result');
#('#record').text('onsuccess called: ' + this.result);
setInstalled();
};
pending.onerror = function () {
Expand Down

0 comments on commit 8d43aa0

Please sign in to comment.