mirror of
https://github.com/ansible/awx.git
synced 2026-01-22 15:08:03 -03:30
Fix jshint error
This commit is contained in:
parent
926b3f775d
commit
863376ad45
@ -26,7 +26,7 @@ window.getService = function getService(serviceName) {
|
||||
|
||||
Object.defineProperty(window, '$scope', {
|
||||
get: function () {
|
||||
var elem = angular.element(__commandLineAPI.$0);
|
||||
var elem = angular.element(window.__commandLineAPI.$0);
|
||||
return elem.isolateScope() || elem.scope();
|
||||
},
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user