MCPcopy
hub / github.com/mathquill/mathquill / prayDirection

Function prayDirection

src/tree.js:17–19  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

15var R = 1;
16
17function prayDirection(dir) {
18 pray('a direction was passed', dir === L || dir === R);
19}
20
21/**
22 * Tiny extension of jQuery adding directionalized DOM manipulation methods.

Callers 4

tree.jsFile · 0.85
cursor.jsFile · 0.85
text.jsFile · 0.85
keystroke.jsFile · 0.85

Calls 1

prayFunction · 0.85

Tested by

no test coverage detected