MCPcopy
hub / github.com/aframevr/aframe / isEmptyObject

Function isEmptyObject

src/components/wasd-controls.js:221–225  ·  view source on GitHub ↗
(keys)

Source from the content-addressed store, hash-verified

219});
220
221function isEmptyObject (keys) {
222 var key;
223 for (key in keys) { return false; }
224 return true;
225}

Callers 1

wasd-controls.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected