Advertisement
Guest User

Untitled

a guest
Apr 17th, 2015
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for (p in MCFramework) {  // non mi ricordo il nome, correggilo tu
  2.   if(MCFramework.hasOwnProperty(p))
  3.     UTILS.debugMessage(MCFramework[p]) // anche qui non mi ricordo, correggilo
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement