Residual linting
{object} -> {Object}
Remove extra semicolons.
Use jQuery’s .empty().
Make nodelist loops O(n) rather than O(n^2).
Specify radix in parseInt to prevent guessing octal.
This commit is contained in:
@@ -47,7 +47,7 @@ svgedit.coords.init = function (editorContext) {
|
||||
/**
|
||||
* Applies coordinate changes to an element based on the given matrix
|
||||
* @param {Element} selected - DOM element to be changed
|
||||
* @param {object} changes - Object with changes to be remapped
|
||||
* @param {Object} changes - Object with changes to be remapped
|
||||
* @param {SVGMatrix} m - Matrix object to use for remapping coordinates
|
||||
*/
|
||||
svgedit.coords.remapElement = function (selected, changes, m) {
|
||||
|
||||
Reference in New Issue
Block a user