diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 03:48:03 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 03:48:03 -0600 |
| commit | 0e070756a7e66975fe381577e93dd5f709017bf7 (patch) | |
| tree | 51e8e11790454c303cefa54e7c3e11bb503913b6 /StoneIsland/platforms/ios/www/js/lib/etc/push.js | |
| parent | 728ca37223de06b8082d9f65c6a2751360a396b1 (diff) | |
yt link
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/etc/push.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/etc/push.js | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/etc/push.js b/StoneIsland/platforms/ios/www/js/lib/etc/push.js index 9260ca14..9a921059 100755 --- a/StoneIsland/platforms/ios/www/js/lib/etc/push.js +++ b/StoneIsland/platforms/ios/www/js/lib/etc/push.js @@ -35,22 +35,12 @@ var push = (function(){ cb && cb() }, push.error) } - push.did_subscribe = function(){ - // parsePlugin.getInstallationId(function(id) { - // var install_data = { - // installation_id: id, - // channels: ['SampleChannel'] - // } - // }, push.error) - } - push.did_unsubscribe = function(){ - // parsePlugin.getInstallationId(function(id) { - // var install_data = { - // installation_id: id, - // channels: ['SampleChannel'] - // } - // }, push.error) - } + // parsePlugin.getInstallationId(function(id) { + // var install_data = { + // installation_id: id, + // channels: ['SampleChannel'] + // } + // }, push.error) push.got_push_notification = function(push_obj) { alert('We received this push notification: ' + JSON.stringify(push_obj)); app.collection.loaded = false |
