MCPcopy Create free account
hub / github.com/TruthHun/BookStack / initCharLookupTable

Function initCharLookupTable

static/webuploader/webuploader.fis.js:6086–6091  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6084 }
6085
6086 function initCharLookupTable(){
6087 var sfcc = String.fromCharCode;
6088 for(var i=0; i < 256; i++){ ///// ACHTUNG // 255
6089 clt[i] = sfcc(i);
6090 }
6091 }
6092
6093 this.encode = function(image,quality) // image data object
6094 {

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected