aboutsummaryrefslogtreecommitdiff
path: root/common/once.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/once.js')
-rw-r--r--common/once.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/common/once.js b/common/once.js
index 5a62b09..6e82528 100644
--- a/common/once.js
+++ b/common/once.js
@@ -71,8 +71,4 @@ function make_once(result_producer)
return () => get_result(state);
}
-/*
- * EXPORTS_START
- * EXPORT make_once
- * EXPORTS_END
- */
+#EXPORT make_once