Skip to content

Commit 9661386

Browse files
committed
tiny update
1 parent 98a2d26 commit 9661386

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

examples/alipay/pages/index/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Page({
88
data: {
99
polyfills: polyfills
1010
},
11-
onReady() {
11+
onLoad() {
1212
api.getLocation().then(console.log)
1313
},
1414
handler(e){

src/api.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ function _addMethod(methods){
4949
* @param {object} opts
5050
* @param {function} onResolve
5151
* @param {function} onReject
52-
* @param {function} onInvoke
5352
*/
5453
function _Promised(method, opts = {}, onResolve, onReject){
5554
let oEvent = new Event()

0 commit comments

Comments
 (0)