Searched refs:_colFromString (Results 1 – 1 of 1) sorted by relevance
31 if (typeof arg === 'string') cols.push(this._colFromString(arg))80 UI.prototype._colFromString = function (str) { method in UI