Skip to content

Instantly share code, notes, and snippets.

@py4
Created June 20, 2016 11:37
Show Gist options
  • Save py4/51e9a91228474eab189b1ab13ba3b05c to your computer and use it in GitHub Desktop.
Save py4/51e9a91228474eab189b1ab13ba3b05c to your computer and use it in GitHub Desktop.
then(function (tokens) {
var okTokens = [];
for (var j = 0; j < searchSubscribes.length; j++) {
okTokens.push(searchSubscribes[j].token);
}
globalStorage.set('subscription_tokens', okTokens);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment