Endle / fireSeqSearch

Found single char variable name JS-C1002
Anti-pattern
Minor
9 months ago2 years old
Variable name is too small
 958
 959            // Determine the position to put the text by
 960            // start looking for the nearest points
 961            var r = maxRadius + 1 962
 963            var tryToPutWordAtPoint = function (gxy) {
 964                var gx = Math.floor(gxy[0] - info.gw / 2)
Variable name is too small
 472            var T = radius * 8
 473
 474            // Getting all the points at this radius
 475            var t = T 476            var points = []
 477
 478            if (radius === 0) {
Variable name is too small
 469            }
 470
 471            // Look for these number of points on each radius
 472            var T = radius * 8 473
 474            // Getting all the points at this radius
 475            var t = T
Variable name is too small
 349        settings.gridSize = Math.max(Math.floor(settings.gridSize), 4)
 350
 351        /* shorthand */
 352        var g = settings.gridSize 353        var maskRectWidth = g - settings.maskGapWidth
 354
 355        /* normalize rotation settings */