bracket_0.js 174 B

12345678910
  1. function a() {
  2. function b() {
  3. queryThenMutateDOM(
  4. () => {
  5. title = SomeThing.call(root, 'someLongStringThatPushesThisTextReallyFar')[0];
  6. }
  7. );
  8. }
  9. }