MCPcopy Create free account
hub / github.com/prototypejs/prototype / image

Function image

test/unit/static/js/mocha.js:1331–1333  ·  view source on GitHub ↗

* Return image `name` path. * * @param {String} name * @return {String} * @api private

(name)

Source from the content-addressed store, hash-verified

1329 */
1330
1331function image(name) {
1332 return __dirname + '/../images/' + name + '.png';
1333}
1334
1335/**
1336 * Setup mocha with `options`.

Callers 1

mocha.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected