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

Function getFirstKey

static/webuploader/webuploader.fis.js:903–910  ·  view source on GitHub ↗
( obj )

Source from the content-addressed store, hash-verified

901
902 // 获取对象的第一个key
903 getFirstKey = function( obj ) {
904 for ( var key in obj ) {
905 if ( obj.hasOwnProperty( key ) ) {
906 return key;
907 }
908 }
909 return null;
910 };
911
912 // 接口类。
913 function Runtime( options ) {

Callers 1

webuploader.fis.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected