aboutsummaryrefslogtreecommitdiffhomepage
path: root/entry.js
diff options
context:
space:
mode:
Diffstat (limited to 'entry.js')
-rw-r--r--entry.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/entry.js b/entry.js
new file mode 100644
index 0000000..87f52d3
--- /dev/null
+++ b/entry.js
@@ -0,0 +1,11 @@
1'use strict';
2
3var pursLoader = require('PursLoader.Loader');
4
5function loader(source) {
6 var ref = this;
7 var result = pursLoader.loaderFn(ref, source);
8 return result();
9}
10
11module.exports = loader;