Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
add the category of the application to the desktop entry file (bug 7…
Browse files Browse the repository at this point in the history
…60748)
  • Loading branch information
ngokevin committed Sep 18, 2012
1 parent 86eb834 commit b536d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media/js/mkt/apps.js
Expand Up @@ -33,8 +33,9 @@ navigator
exports.install = function(product, opt) {
opt = $.extend({'domContext': document,
'navigator': navigator,
'data': {'categories': product.categories}},
'data': undefined},
opt || {});
opt.data.categories = product.categories;
var self = apps,
errSummary,
manifestUrl = product.manifestUrl,
Expand Down

0 comments on commit b536d1a

Please sign in to comment.