Skip to content
This repository was archived by the owner on Jun 19, 2018. It is now read-only.

Commit 365e93f

Browse files
committed
some final touches to the doAsk/answer project
1 parent b6e9ecf commit 365e93f

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ Mac Ports:
4141
$ port install npm
4242
```
4343

44+
In your local scratch directory
45+
4446
```
4547
$ npm install
4648
```

Diff for: test/unit/interpreterSpec.js

-8
Original file line numberDiff line numberDiff line change
@@ -77,14 +77,6 @@ describe ('Interpreter', function() {
7777
});
7878
});
7979

80-
describe('PauseActiveThread', function() {
81-
it('should call clearTimeout', function() {
82-
spyOn(window, "setTimeout");
83-
interp.prototype.pauseActiveThread();
84-
expect(window.setTimeout).toHaveBeenCalled();
85-
});
86-
});
87-
8880
describe('TargetStage', function() {
8981
it('should return the target.stage object', function() {
9082
runtime = new runtimeMock();

Diff for: todo.txt

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ To do:
1515

1616
-Trigger hats (e.g. When Scene Starts?)
1717

18-
-Ask block
19-
2018
-SVGs/Clicks/Correct collisions and bounce
2119
(see Chromium bug https://code.google.com/p/chromium/issues/detail?id=249037).
2220

0 commit comments

Comments
 (0)