aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers.js')
-rw-r--r--spec/helpers.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/spec/helpers.js b/spec/helpers.js
index b5b29c3..5a2568a 100644
--- a/spec/helpers.js
+++ b/spec/helpers.js
@@ -154,7 +154,9 @@ export function buildFixtures() {
div.style.position = 'absolute'
div.style.top = 0
div.style.left = 0
- } catch (e) {}
+ } catch (e) {
+ //
+ }
div.appendChild(fixtures())
body.appendChild(div)
@@ -172,7 +174,9 @@ export function buildCanvas() {
div.style.position = 'absolute'
div.style.top = 0
div.style.left = 0
- } catch (e) {}
+ } catch (e) {
+ //
+ }
body.appendChild(div)
}