Format style

This commit is contained in:
waiting
2017-11-08 19:19:40 +08:00
parent 08a623935e
commit 5c40c2be8d
+1 -1
View File
@@ -118,7 +118,7 @@ function loadImageAsync(url) {
```javascript
const getJSON = function(url) {
const promise = new Promise(function(resolve, reject){
const handler = function () {
const handler = function() {
if (this.readyState !== 4) {
return;
}