Skip to content

Commit a722b4e

Browse files
authored
Fix missing comma in options example (#145)
1 parent 94b46b7 commit a722b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ for plain browser:
152152
mode: 'cors',
153153
credentials: 'same-origin',
154154
cache: 'default'
155-
}
155+
},
156156

157157
// define a custom request function
158158
// can be used to support XDomainRequest in IE 8 and 9

0 commit comments

Comments
 (0)