MCPcopy
hub / github.com/tilemill-project/tilemill / lst

Function lst

assets/js/codemirror.js:8303–8303  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

8301 }
8302
8303 function lst(arr) { return arr[arr.length-1]; }
8304
8305 var selectInput = function(node) { node.select(); };
8306 if (ios) // Mobile Safari apparently has a bug where select() is broken.

Callers 15

applyTextInputFunction · 0.85
codemirror.jsFile · 0.85
locateNodeInLineViewFunction · 0.85
LineViewFunction · 0.85
makeChangeFromHistoryFunction · 0.85
makeChangeSingleDocFunction · 0.85
deleteNearSelectionFunction · 0.85
markTextSharedFunction · 0.85
stretchSpansOverChangeFunction · 0.85
isWholeLineUpdateFunction · 0.85
updateDocFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected