File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
* <dd>center center</dd>
47
47
* </dl>
48
48
* @method to
49
- * @parm region {String || Node || HTMLElement || Object} The node or
49
+ * @param region {String || Node || HTMLElement || Object} The node or
50
50
* region to align with. Defaults to the viewport region.
51
- * @parm regionPoint {String} The point of the region to align with.
52
- * @parm point {String} The point of the node aligned to the region.
53
- * @parm resize {Boolean} Whether or not the node should re-align when
51
+ * @param regionPoint {String} The point of the region to align with.
52
+ * @param point {String} The point of the node aligned to the region.
53
+ * @param resize {Boolean} Whether or not the node should re-align when
54
54
* the window is resized. Defaults to false.
55
55
*/
56
56
to : function ( region , regionPoint , point , syncOnResize ) {
123
123
/**
124
124
* Aligns the center of a node to the center of another node or region.
125
125
* @method center
126
- * @parm region {Node || HTMLElement || Object} optional The node or
126
+ * @param region {Node || HTMLElement || Object} optional The node or
127
127
* region to align with. Defaults to the viewport region.
128
128
* the window is resized. If centering to viewport, this defaults
129
129
* to true, otherwise default is false.
You can’t perform that action at this time.
0 commit comments