Skip to content

Commit

Permalink
Fix getAppData not to require cloning of non-content-scope function .…
Browse files Browse the repository at this point in the history
…restart (resolves most common exception in background)
  • Loading branch information
Chris committed Feb 5, 2015
1 parent b0879cf commit 14e6860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/messaging.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var onMessage = function(request, sender, callback) {
break;

case 'getAppData':
response = vAPI.app;
response = {name: vAPI.app.name, version: vAPI.app.version};
break;

case 'getUserSettings':
Expand Down

0 comments on commit 14e6860

Please sign in to comment.