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

Function _isHtmlFile

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

Source from the content-addressed store, hash-verified

663 }
664
665 function _isHtmlFile(file){
666 return file && !file.flashId;
667 }
668
669 function _wrap(fn){
670 var id = fn.wid = api.uid();

Callers 1

FileAPI.Flash.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected