Skip to content

Commit

Permalink
feat: remove strict
Browse files Browse the repository at this point in the history
  • Loading branch information
twhite313 committed Dec 23, 2024
1 parent 789440f commit 487dcf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions eds/scripts/color-filter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
'use strict';

class Color {
constructor(r, g, b) {
this.set(r, g, b);
Expand Down

0 comments on commit 487dcf5

Please sign in to comment.