MCPcopy Create free account
hub / github.com/JsAaron/jQuery / returnTrue

Function returnTrue

2.1.1/test/jquery-1.11.1.js:4257–4259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4255 rtypenamespace = /^([^.]*)(?:\.(.+)|)$/;
4256
4257function returnTrue() {
4258 return true;
4259}
4260
4261function returnFalse() {
4262 return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected