Move apiVersion to appear before profiles in backup file.

10.3.x-maintenance
Dominic Clifton 2015-03-22 09:25:32 +00:00
parent 2e5acfc1bd
commit 52d7670977
1 changed files with 1 additions and 1 deletions

View File

@ -8,8 +8,8 @@ function configuration_backup(callback) {
var configuration = {
'generatedBy': chrome.runtime.getManifest().version,
'profiles': [],
'apiVersion': CONFIG.apiVersion,
'profiles': [],
};
MSP.send_message(MSP_codes.MSP_STATUS, false, false, function () {