()
| 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 |
no test coverage detected