Merge pull request #468 from udivankin/patch-1

deleted unnecessary whitespace after property key
This commit is contained in:
Jordan Harband
2015-08-10 11:11:41 -07:00

View File

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