summaryrefslogtreecommitdiff
path: root/web/src/actions
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/actions')
-rw-r--r--web/src/actions/build.test.js1
-rw-r--r--web/src/actions/change.js1
-rw-r--r--web/src/actions/job.js1
-rw-r--r--web/src/actions/jobs.js1
-rw-r--r--web/src/actions/project.js1
-rw-r--r--web/src/actions/projects.js1
-rw-r--r--web/src/actions/status.js1
7 files changed, 0 insertions, 7 deletions
diff --git a/web/src/actions/build.test.js b/web/src/actions/build.test.js
index 436d96dcc..c3c82d03d 100644
--- a/web/src/actions/build.test.js
+++ b/web/src/actions/build.test.js
@@ -1,4 +1,3 @@
-/* global expect, it */
// Copyright 2019 Red Hat, Inc
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/web/src/actions/change.js b/web/src/actions/change.js
index 9029828e5..88305aed0 100644
--- a/web/src/actions/change.js
+++ b/web/src/actions/change.js
@@ -1,4 +1,3 @@
-/* global Promise */
// Copyright 2018 Red Hat, Inc
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/web/src/actions/job.js b/web/src/actions/job.js
index 06d384c1e..039582637 100644
--- a/web/src/actions/job.js
+++ b/web/src/actions/job.js
@@ -1,4 +1,3 @@
-/* global Promise */
// Copyright 2018 Red Hat, Inc
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/web/src/actions/jobs.js b/web/src/actions/jobs.js
index 42f9d1c58..6581a35fd 100644
--- a/web/src/actions/jobs.js
+++ b/web/src/actions/jobs.js
@@ -1,4 +1,3 @@
-/* global Promise */
// Copyright 2018 Red Hat, Inc
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/web/src/actions/project.js b/web/src/actions/project.js
index f2c64adb6..a780ac8f3 100644
--- a/web/src/actions/project.js
+++ b/web/src/actions/project.js
@@ -1,4 +1,3 @@
-/* global Promise */
// Copyright 2018 Red Hat, Inc
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/web/src/actions/projects.js b/web/src/actions/projects.js
index 18c91ea29..3e711c1ca 100644
--- a/web/src/actions/projects.js
+++ b/web/src/actions/projects.js
@@ -1,4 +1,3 @@
-/* global Promise */
// Copyright 2018 Red Hat, Inc
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may
diff --git a/web/src/actions/status.js b/web/src/actions/status.js
index 528c7dc11..e5bd57ebc 100644
--- a/web/src/actions/status.js
+++ b/web/src/actions/status.js
@@ -1,4 +1,3 @@
-/* global Promise */
// Copyright 2018 Red Hat, Inc
//
// Licensed under the Apache License, Version 2.0 (the "License"); you may