~webapps/webapps-greasemonkey/trunk

« back to all changes in this revision

Viewing changes to components/unity_webapps.js

  • Committer: Robert Carr
  • Date: 2012-10-03 22:50:53 UTC
  • mfrom: (863.1.1 trunk)
  • Revision ID: racarr@canonical.com-20121003225053-pfwignomq2ju0lrk
MergeĀ lp:~robertcarr/webapps-greasemonkey/no-shadow-repo

Show diffs side-by-side

added added

removed removed

Lines of Context:
316
316
    Cu.unload("resource://unity/l10n.js");
317
317
  } catch (x) {return;}
318
318
 
319
 
  function onInstall(repo, name, status, data) {
 
319
  function onInstall(_repo, name, status, data) {
320
320
    delete repo.saved_install_callbacks[appId];
321
321
 
322
322
    if (status == uwr.APPLICATION_STATUS_INSTALLED) {