Skip to content

Commit c0aafc3

Browse files
committed
Remove trailing comma
1 parent 0f4c914 commit c0aafc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ $.stellar.positionProperty.position = {
173173
},
174174
setLeft: function($element, newLeft, originalLeft) {
175175
$element.css('left', newLeft);
176-
},
176+
}
177177
}
178178
```
179179

0 commit comments

Comments
 (0)