Skip to content

Commit e09b763

Browse files
committed
white letter
1 parent 103a57f commit e09b763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript-code-style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,15 +378,15 @@ var mapping = [
378378

379379
```javascript
380380
setTimeout(
381-
function() {
381+
function () {
382382
alert('hello');
383383
},
384384
200
385385
);
386386

387387
order.data.read(
388388
'id=' + me.model.id,
389-
function(data) {
389+
function (data) {
390390
me.attchToModel(data.result);
391391
callback();
392392
},

0 commit comments

Comments
 (0)