Skip to content

Commit 617b5c5

Browse files
committed
README
1 parent 9c74abe commit 617b5c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ node_modules
66
logs
77
*.log
88
npm-debug.log*
9-

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import 'Nat' from 'weex-nat'
2424
Nat.call('415-736-0000')
2525
2626
// take a photo
27-
Nat.camera.captureImage(ret => {
27+
Nat.camera.captureImage((err, ret) => {
2828
console.log('Path: ', ret.path)
2929
})
3030

0 commit comments

Comments
 (0)