MCPcopy Create free account
hub / github.com/codecombat/codecombat / fNOP

Function fNOP

app/assets/javascripts/workers/worker_world.js:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 var aArgs = Array.prototype.slice.call(arguments, 1),
16 fToBind = this,
17 fNOP = function () {},
18 fBound = function () {
19 return fToBind.apply(this instanceof fNOP && oThis
20 ? this

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected