I hereby claim:
- I am maur8ino on github.
- I am maur8ino (https://keybase.io/maur8ino) on keybase.
- I have a public key whose fingerprint is 5050 22D2 9ADB 5A1F ED87 490B F142 7BCF 6DF9 AB64
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
$(document).ready(function() { | |
// Calling module(s) | |
$M.myModule(); | |
var module2 = new $M.myModule2(); | |
module2.myPublicFunction(); | |
if (someCondition) { | |
$M.myModule3(); | |
} | |
}); |