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
|
export default
|
||||||
angular.module('ParseHelper', ['Utilities', 'AngularCodeMirrorModule'])
|
angular.module('ParseHelper', ['Utilities', 'AngularCodeMirrorModule'])
|
||||||
.factory('ParseTypeChange', ['Alert', 'AngularCodeMirror', '$rootScope',
|
.factory('ParseTypeChange', ['Alert', 'AngularCodeMirror', '$rootScope',
|
||||||
function (Alert, AngularCodeMirror, $rootScope) {
|
function (Alert, AngularCodeMirror) {
|
||||||
return function (params) {
|
return function (params) {
|
||||||
|
|
||||||
var scope = params.scope,
|
var scope = params.scope,
|
||||||
|
|||||||
Reference in New Issue
Block a user