Skip to content

Commit

Permalink
Use short plugin ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Dec 5, 2013
1 parent f16e303 commit a7dd157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/cdv-plugin-parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var parsePlugin = {
cordova.exec(
successCallback,
errorCallback,
'org.apache.cordova.core.ParsePlugin',
'ParsePlugin',
'getSubscriptions',
[]
);
Expand All @@ -43,7 +43,7 @@ var parsePlugin = {
cordova.exec(
successCallback,
errorCallback,
'org.apache.cordova.core.ParsePlugin',
'ParsePlugin',
'subscribe',
[ channel ]
);
Expand All @@ -53,7 +53,7 @@ var parsePlugin = {
cordova.exec(
successCallback,
errorCallback,
'org.apache.cordova.core.ParsePlugin',
'ParsePlugin',
'unsubscribe',
[ channel ]
);
Expand Down

0 comments on commit a7dd157

Please sign in to comment.