mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 15:38:06 -03:30
JS Hint
This commit is contained in:
parent
e413e340e9
commit
490425970a
@ -16,8 +16,8 @@
|
||||
|
||||
export default
|
||||
angular.module('ParseHelper', ['Utilities', 'AngularCodeMirrorModule'])
|
||||
.factory('ParseTypeChange', ['Alert', 'AngularCodeMirror', '$rootScope',
|
||||
function (Alert, AngularCodeMirror, $rootScope) {
|
||||
.factory('ParseTypeChange', ['Alert', 'AngularCodeMirror',
|
||||
function (Alert, AngularCodeMirror) {
|
||||
return function (params) {
|
||||
|
||||
var scope = params.scope,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user