We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36041a9 commit bb5f0f9Copy full SHA for bb5f0f9
1 file changed
src/worker.js
@@ -330,7 +330,7 @@ Worker.prototype.get = function get(key, cbk) {
330
331
Worker.prototype.setMargin = function setMargin(margin) {
332
return this.then(function setMargin_main() {
333
- // Parse the margin property.
+ // Parse the margin property: [top, left, bottom, right].
334
switch (objType(margin)) {
335
case 'number':
336
margin = [margin, margin, margin, margin];
0 commit comments