mofron-layout-margin
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -34,3 +34,5 @@ /** | ||
} | ||
tgt.vdom().style(mg, this.value() + 'px'); | ||
var setmgn = {}; | ||
setmgn[mg] = this.value() + 'px'; | ||
tgt.vdom().style(setmgn); | ||
} catch (e) { | ||
@@ -77,2 +79,3 @@ console.error(e.stack); | ||
} | ||
mofron.layout.margin = {}; | ||
module.exports = mofron.layout.Margin; |
{ | ||
"name": "mofron-layout-margin", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "margin layout of mofron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4174
73