Skip to content

Commit

Permalink
style: remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwoo committed Jan 4, 2017
1 parent 013242b commit e83d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/addon/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var DELAY_FOR_LOADING_STATE = 200;
* perPage: 500,
* enableAjaxHistory: true,
* api: {
* 'readData': './api/read',
* 'readData': './api/read',
* 'createData': './api/create',
* 'updateData': './api/update',
* 'deleteData': './api/delete',
Expand Down

0 comments on commit e83d351

Please sign in to comment.