Last active
October 12, 2017 18:15
-
-
Save zoutepopcorn/960359f874b8976cb2f91ca88c8befde to your computer and use it in GitHub Desktop.
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 characters
Store.Presence.find( '[email protected]').then(function(d){ | |
// kopie van json out | |
console.log(d); | |
}); | |
let out; | |
Store.Wap.statusFind( '[email protected]').then(function(d){ | |
console.log(d); | |
}, function(e){ | |
console.log("!"); | |
}); | |
s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment