This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
- Open Document.js
- Add a new line at the end of the Document constructor
- Type
this. and observe hints
Result: Contains some methods (addRef(), _makeEditable()) but missing many others (getText(), refreshText(), replaceRange(), getLine(), etc.).
It seems like all functions below _makeEditable() -- i.e. starting with _makeNonEditable() -- are missing. But I can't see anything odd about the syntax there that would trip things up...