Browse Source

mod0.js:Fixed syntax error caused by incorrect block comment location.

master
kevin 11 years ago
parent
commit
dc67392ca6
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/kc/data/mod0.js

+ 2
- 1
src/kc/data/mod0.js View File

@@ -7,9 +7,10 @@ type: { vmin | emin | dmin | tmin | cmin | vmax | emax | dmax | tmax | cmax } da
7 7
 */
8 8
 
9 9
 {
10
-/*
10
+
11 11
   array:
12 12
   [
13
+/*
13 14
    { loc:-1, mod:m1, var:mod0, type:set, rate:100,val:1   },
14 15
    { loc:-1, mod:m1, var:win0, type:set, rate:100,val:2048 },
15 16
    { loc:-1, mod:m1, var:thr0, type:set, rate:100,val:60   },

Loading…
Cancel
Save