Guest User

Untitled

a guest
Nov 17th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if typeof window.last is 'undefined' then window.last = []
  2.  
  3. if ob is false then ob = []
  4.  
  5. if ob isnt window.last
  6.  
  7.     if ob.length isnt window.last.length
  8.  
  9.         console.log 'CHANGE'
  10.  
  11.         console.log '---'
  12.         console.log ob
  13.         console.log window.last
  14.         console.log '---'
  15.  
  16.  
  17.         window.last = ob
Add Comment
Please, Sign In to add comment