Skip to content

Commit 43c1235

Browse files
author
Alexandre Vallières-Lagacé
committed
Fixed function name in JS
1 parent 67074e8 commit 43c1235

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

www/getrouteripaddress.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var getrouteripaddress = function() {
22
};
33

4-
getrouteripaddress.getIPAddress = function(success, fail) {
4+
getrouteripaddress.getRouterIPAddress = function(success, fail) {
55
cordova.exec(success, fail, "getrouteripaddress", "getRouterIPAddress", []);
66
};
77

0 commit comments

Comments
 (0)