Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
var
R = 1;
16
17
function
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.js
File · 0.85
cursor.js
File · 0.85
text.js
File · 0.85
keystroke.js
File · 0.85
Calls
1
pray
Function · 0.85
Tested by
no test coverage detected