mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
fix JSLint error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user