mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
jshint fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
};
|
||||
}]
|
||||
}];
|
||||
|
||||
Reference in New Issue
Block a user