MCPcopy Index your code
hub / github.com/mailru/FileAPI / _getFileDescr

Function _getFileDescr

lib/FileAPI.Flash.js:756–763  ·  view source on GitHub ↗
(file)

Source from the content-addressed store, hash-verified

754
755
756 function _getFileDescr(file){
757 return {
758 id: file.id
759 , name: file.name
760 , matrix: file.matrix
761 , flashId: file.flashId
762 };
763 }
764
765
766 function _getDimensions(el){

Callers 1

FileAPI.Flash.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected