aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader/JsStringEscape.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/PursLoader/JsStringEscape.js')
-rw-r--r--src/PursLoader/JsStringEscape.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/PursLoader/JsStringEscape.js b/src/PursLoader/JsStringEscape.js
deleted file mode 100644
index ff0a1a6..0000000
--- a/src/PursLoader/JsStringEscape.js
+++ /dev/null
@@ -1,7 +0,0 @@
1'use strict';
2
3// module PursLoader.JsStringEscape
4
5var jsStringEscape = require('js-string-escape');
6
7exports.jsStringEscape = jsStringEscape;