Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf
2018-04-09 10:47:40 +08:00
+1 -1
View File
@@ -630,7 +630,7 @@ jQuery.ajax = function (url, {
crossDomain = false,
global = true,
// ... more config
}) {
} = {}) {
// ... do stuff
};
```