Skip to content

Commit

Permalink
use strict everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Nov 22, 2022
1 parent 133ac75 commit 5df3294
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/CustomElement.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

/**
* @module CustomElement
*/
Expand Down
2 changes: 2 additions & 0 deletions lib/TextArea/V5.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

var CustomElement = require("../CustomElement");

CustomElement.create({
Expand Down
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use strict";

require("./TextArea/V5");

exports.CustomElement = require("./CustomElement");

0 comments on commit 5df3294

Please sign in to comment.