Fixing jshint inclusion unused error

This commit is contained in:
Ken Hoes 2016-12-07 15:29:53 -05:00
parent 1bdebb84fa
commit 823debe242

View File

@ -5,9 +5,9 @@
*************************************************/
export default [
'$scope', '$state', 'AngularCodeMirror', 'ConfigurationSystemForm', 'ConfigurationService', 'ConfigurationUtils', 'GenerateForm', 'ParseTypeChange',
'$scope', '$state', 'AngularCodeMirror', 'ConfigurationSystemForm', 'ConfigurationService', 'ConfigurationUtils', 'GenerateForm',
function(
$scope, $state, AngularCodeMirror, ConfigurationSystemForm, ConfigurationService, ConfigurationUtils, GenerateForm, ParseTypeChange
$scope, $state, AngularCodeMirror, ConfigurationSystemForm, ConfigurationService, ConfigurationUtils, GenerateForm
) {
var systemVm = this;
var generator = GenerateForm;