1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Use eslint-plugin-mozilla and the webextensions environment to avoid defining globals in each file.

This commit is contained in:
Mark Banner 2017-05-17 10:30:46 +01:00
parent e9cbfbccb4
commit 2e9ae50a3a
24 changed files with 28 additions and 26 deletions

View file

@ -13,7 +13,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/* globals chrome */
'use strict';
var storageAreaName = chrome.storage.sync ? 'sync' : 'local';