Last active
January 25, 2018 02:51
-
-
Save PrincessEve/bcc152444d5e3f5a4e57f73543f095d5 to your computer and use it in GitHub Desktop.
Revisions
-
PrincessEve renamed this gist
Jan 25, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
PrincessEve revised this gist
Jan 25, 2018 . No changes.There are no files selected for viewing
-
PrincessEve created this gist
Jan 8, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # we can debug event object by for (var property in event) { console.log(property + "=" + event[property]); }