MCPcopy
hub / github.com/mongodb/node-mongodb-native / _getDefaultSwfPath

Function _getDefaultSwfPath

docs/s/lib/zeroclipboard/ZeroClipboard.js:270–273  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

268 * @private
269 */
270 var _getDefaultSwfPath = function() {
271 var jsDir = _getDirPathOfUrl(_getCurrentScriptUrl()) || _getUnanimousScriptParentDir() || "";
272 return jsDir + "ZeroClipboard.swf";
273 };
274 /**
275 * Keep track of if the page is framed (in an `iframe`). This can never change.
276 * @private

Callers 1

ZeroClipboard.jsFile · 0.70

Calls 3

_getDirPathOfUrlFunction · 0.70
_getCurrentScriptUrlFunction · 0.70

Tested by

no test coverage detected