about summary refs log tree commit diff stats
path: root/js/seed/src/dev.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/seed/src/dev.js')
-rw-r--r--js/seed/src/dev.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/seed/src/dev.js b/js/seed/src/dev.js
index ee1a6e7..173fc3c 100644
--- a/js/seed/src/dev.js
+++ b/js/seed/src/dev.js
@@ -1,8 +1,8 @@
 // devMode.js
-// Minimal, single-file dev mode with scriptable console API
+// Simpleish, single-file dev mode with interactive console API
 
 /**
- * Initialize dev mode: exposes a scriptable API for stepping through state history.
+ * Initialize dev mode: exposes an API for stepping through state history.
  * @param {object} opts
  * @param {function} opts.getState - returns current app state
  * @param {function} opts.setState - sets app state
a5e4209f8996c1c9e6870f8ec66b5'>^
bd5a795 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28