Added missing "

This commit is contained in:
enedil
2015-03-10 15:07:54 +01:00
parent c3d214ab6c
commit 822ef33f79

View File

@@ -157,7 +157,7 @@
Positioning information is passed through data attributes. Positioning information is passed through data attributes.
In the example below we only specify x and y position of the step element with `data-x="-1000"` In the example below we only specify x and y position of the step element with `data-x="-1000"`
and `data-y="-1500` attributes. This means that **the center** of the element (yes, the center) and `data-y="-1500"` attributes. This means that **the center** of the element (yes, the center)
will be positioned in point x = -1000px and y = -1500px of the presentation 'canvas'. will be positioned in point x = -1000px and y = -1500px of the presentation 'canvas'.
It will not be rotated or scaled. It will not be rotated or scaled.