MCPcopy
hub / github.com/unconed/MathBox.js / didFire

Function didFire

test/Attributes.test.js:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 fired = changed;
14 });
15 function didFire() {
16 assert(fired, "Attributes change event fired");
17 fired = false;
18 }
19
20 // Test get/set
21 assert(object.get, 'Has get method');

Callers 1

testFunction · 0.85

Calls 1

assertFunction · 0.85

Tested by

no test coverage detected