Skip to content

Commit bb5f0f9

Browse files
committed
Add margin comment
1 parent 36041a9 commit bb5f0f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/worker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Worker.prototype.get = function get(key, cbk) {
330330

331331
Worker.prototype.setMargin = function setMargin(margin) {
332332
return this.then(function setMargin_main() {
333-
// Parse the margin property.
333+
// Parse the margin property: [top, left, bottom, right].
334334
switch (objType(margin)) {
335335
case 'number':
336336
margin = [margin, margin, margin, margin];

0 commit comments

Comments
 (0)