| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
| 3 * Copyright (C) 2006-2015 Eyeo GmbH | 3 * Copyright (C) 2006-2015 Eyeo GmbH |
| 4 * | 4 * |
| 5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
| 6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
| 7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
| 8 * | 8 * |
| 9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 213 } | 213 } |
| 214 }; | 214 }; |
| 215 | 215 |
| 216 | 216 |
| 217 /* Utils */ | 217 /* Utils */ |
| 218 | 218 |
| 219 ext.getURL = function(path) | 219 ext.getURL = function(path) |
| 220 { | 220 { |
| 221 return safari.extension.baseURI + path; | 221 return safari.extension.baseURI + path; |
| 222 }; | 222 }; |
| 223 ext.setUninstallURL = function (url) { }; | |
|
Sebastian Noack
2015/12/12 00:31:09
This is dead code. Dead code is bad, regardless ho
kzar
2015/12/12 10:25:40
Done.
| |
| 223 })(); | 224 })(); |
| OLD | NEW |