MCPcopy Create free account
hub / github.com/Lobos/react-ui / isModifiedEvent

Function isModifiedEvent

docs/lib/ReactRouter.js:1762–1764  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

1760 }
1761
1762 function isModifiedEvent(event) {
1763 return !!(event.metaKey || event.altKey || event.ctrlKey || event.shiftKey);
1764 }
1765
1766 function isEmptyObject(object) {
1767 for (var p in object) {

Callers 1

ReactRouter.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…