mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
jshint fixes
This commit is contained in:
parent
5c6cae213f
commit
a1ee7ebf58
@ -1,3 +1,5 @@
|
||||
/* jshint unused: vars */
|
||||
|
||||
export default ['browserData', function(browserData) {
|
||||
return {
|
||||
link: function(scope, element, attrs) {
|
||||
@ -6,4 +8,4 @@ export default ['browserData', function(browserData) {
|
||||
.attr('data-platform', browserData.platform);
|
||||
}
|
||||
};
|
||||
}]
|
||||
}];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user