()
| 86 | |
| 87 | |
| 88 | function Files() { |
| 89 | function read(uri) { |
| 90 | return promises.reject(new Error("could not open external image: '" + uri + "'\ncannot open linked files from a web browser")); |
| 91 | } |
| 92 | |
| 93 | return { |
| 94 | read: read |
| 95 | }; |
| 96 | } |
| 97 | |
| 98 | },{"../../lib/promises":23}],2:[function(require,module,exports){ |
| 99 | var promises = require("../lib/promises"); |
nothing calls this directly
no outgoing calls
no test coverage detected