Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 4a8b481

Browse files
committed
Remove commented line
1 parent 0e5a052 commit 4a8b481

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/javascript/packs/intlTelInput.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
// wrap in UMD
88
(function(factory) {
99
var intlTelInput = factory(window, document);
10-
// if (typeof module === "object" && module.exports) module.exports = intlTelInput; else window.intlTelInput = intlTelInput;
1110
window.intlTelInput = intlTelInput;
1211
})(function(window, document, undefined) {
1312
"use strict";

0 commit comments

Comments
 (0)