Fix getAppData not to require cloning of non-content-scope function .restart (resolves most common exception in background)

This commit is contained in:
Chris 2015-02-04 19:11:17 -07:00
parent b0879cf237
commit 14e6860c30
1 changed files with 1 additions and 1 deletions

View File

@ -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':