summaryrefslogtreecommitdiff
path: root/history/DOMUtils.js
diff options
context:
space:
mode:
Diffstat (limited to 'history/DOMUtils.js')
-rw-r--r--history/DOMUtils.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/history/DOMUtils.js b/history/DOMUtils.js
new file mode 100644
index 0000000..c4f93d3
--- /dev/null
+++ b/history/DOMUtils.js
@@ -0,0 +1,3 @@
+'use strict';
+require('./warnAboutDeprecatedCJSRequire.js')('DOMUtils');
+module.exports = require('./index.js').DOMUtils;