Minor indentation change to make JSlint not complain.

This commit is contained in:
Luke Sneeringer 2014-10-31 13:36:15 -05:00
parent 01a611b6b9
commit 88a0a0449f

View File

@ -131,7 +131,7 @@ angular.module('VariablesHelper', ['Utilities'])
if(value.toString() === "[object Object]"){
//$log.error('Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.');
throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.';
throw 'Failed to parse YAML string. Parser returned ' + key + ' : ' + value + '.';
}
});