Guest User

Untitled

a guest
Aug 10th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1.  
  2. curtain:(function(){
  3. var stack = [],
  4. curtain,
  5. events = { up:[], down:[] };
  6.  
  7. function update( state ){…}
  8.  
  9. return{
  10. add:function( elem ){…},
  11. remove:function( elem ){…};
  12. }
  13.  
  14. })();
Add Comment
Please, Sign In to add comment