Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. <?php
  2.  
  3. class Foo
  4. {
  5. public function bar()
  6. {}
  7. }
  8.  
  9. var Foo;
  10. Foo = {
  11. bar : function() {};
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement