Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit 8230880

Browse files
success parameter removed from .plugins.wikitudePlugin.prototype.onWikitudeOK function
1 parent 3bc927a commit 8230880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plugins/wikitudePlugin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* internal listeners for success and error, they are invoked in cordova.exec() function
1616
*/
1717
setInternalListeners: function () {
18-
$window.plugins.wikitudePlugin.prototype.onWikitudeOK = function (success) {
18+
$window.plugins.wikitudePlugin.prototype.onWikitudeOK = function () {
1919
//success callback
2020
};
2121

@@ -31,7 +31,7 @@
3131
* @param requiredFeatures
3232
* @returns {*}
3333
*/
34-
isDeviceSupported: function(requiredFeatures) {
34+
isDeviceSupported: function (requiredFeatures) {
3535

3636
// set the internal listeners for success and error
3737
this.setInternalListeners();

0 commit comments

Comments
 (0)