File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
- < html lang ="en " manifest ="turtle.appcache ">
2
+ <!-- <html lang="en" manifest="turtle.appcache"> -->
3
+ < html lang ="en ">
3
4
< head >
4
5
< meta charset ="utf-8 " />
5
6
< title > LASER TURTLE -- Turtle Graphics to SVG</ title >
Original file line number Diff line number Diff line change 25
25
}
26
26
if ( commands [ index ] ) {
27
27
console . log ( 'sending ' + index , commands [ index ] ) ;
28
- mb . send ( commands [ index ] , next ) ;
28
+ var cmd = {
29
+ cmd : commands [ index ] . cmd ,
30
+ arg : commands [ index ] . arg
31
+ } ;
32
+ mb . send ( cmd , next ) ;
29
33
index ++ ;
30
34
}
31
35
} ;
41
45
} else {
42
46
mb = new Mirobot ( options . address , nextInABit ) ;
43
47
}
48
+ console . log ( mb ) ;
44
49
45
50
} ;
46
51
Original file line number Diff line number Diff line change 1
1
CACHE MANIFEST
2
+ # 2014-10-26 12:43
2
3
3
4
index.html
4
5
turtle-svg-worker.js
You can’t perform that action at this time.
0 commit comments