Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 22nd, 2010 | Syntax: None | Size: 0.33 KB | Hits: 76 | Expires: Never
Copy text to clipboard
  1. Suppose the following content:
  2.  
  3. <body>
  4.     <line></line>
  5.     <line></line>foo
  6. </body>
  7.  
  8. If you put the cursor at the end of the document and start hitting backspace, you will encounter this when you reach the first line:
  9.  
  10. TypeError: this.handlers[this.node.nodeName].toSchema(this.node, this.cursor).chars is not a function
  11.  
  12. edit.js line 609