Update README.md

deleted unnecessary whitespace after property key
This commit is contained in:
allx
2015-08-10 14:26:43 +03:00
parent cac2d2848d
commit 1e2ed0b069

View File

@@ -1852,7 +1852,7 @@
```javascript
// good
$(this).trigger('listingUpdated', { listingId : listing.id });
$(this).trigger('listingUpdated', { listingId: listing.id });
...