Guest User

Untitled

a guest
Mar 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. var javascriptObject = {
  2. functionName1: function functionName2() {
  3.  
  4. }
  5. }
  6.  
  7. init: function init() {
  8. init._base.call(this);
  9. }
Add Comment
Please, Sign In to add comment