mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
fix JSLint error
This commit is contained in:
parent
43d2fdb60e
commit
db11075ced
@ -17,7 +17,7 @@
|
||||
export default
|
||||
angular.module('ParseHelper', ['Utilities', 'AngularCodeMirrorModule'])
|
||||
.factory('ParseTypeChange', ['Alert', 'AngularCodeMirror', '$rootScope',
|
||||
function (Alert, AngularCodeMirror, $rootScope) {
|
||||
function (Alert, AngularCodeMirror) {
|
||||
return function (params) {
|
||||
|
||||
var scope = params.scope,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user