From 7df88de38c1c7cb50700b8a02f782ee13856cd30 Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 2 Jul 2015 10:37:20 +0200 Subject: [PATCH] Removed vim settings to avoid file beeing detected as Java by GitHub. --- static/js/libs/pdf/pdf.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/static/js/libs/pdf/pdf.js b/static/js/libs/pdf/pdf.js index 3627683f..05fc4861 100644 --- a/static/js/libs/pdf/pdf.js +++ b/static/js/libs/pdf/pdf.js @@ -27,8 +27,6 @@ PDFJS.build = '997096f'; // Use strict in our context only - users might not want it 'use strict'; -/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ /* Copyright 2012 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -1735,7 +1733,7 @@ PDFJS.verbosity = (PDFJS.verbosity === undefined ? PDFJS.VERBOSITY_LEVELS.warnings : PDFJS.verbosity); /** - * The maximum supported canvas size in total pixels e.g. width * height. + * The maximum supported canvas size in total pixels e.g. width * height. * The default value is 4096 * 4096. Use -1 for no limit. * @var {number} */ @@ -2018,7 +2016,7 @@ var PDFDocumentProxy = (function PDFDocumentProxyClosure() { * rendering call the function that is the first argument * to the callback. */ - + /** * PDF page operator list. * @@ -6850,7 +6848,7 @@ var SVGExtraState = (function SVGExtraStateClosure() { this.lineJoin = ''; this.lineCap = ''; this.miterLimit = 0; - + this.dashArray = []; this.dashPhase = 0; @@ -7077,7 +7075,7 @@ var SVGGraphics = (function SVGGraphicsClosure() { } return opListToTree(opList); }, - + executeOpTree: function SVGGraphics_executeOpTree(opTree) { var opTreeLen = opTree.length; for(var x = 0; x < opTreeLen; x++) {