Advertisement
Guest User

Untitled

a guest
Oct 13th, 2016
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var a = function(){
  2. /** @this Element */
  3. return function(){
  4. /** @this DocumentType */
  5. this.// should autocomplete to DOMDocumentType interface, not Element
  6. };
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement