[Pkg-javascript-commits] [pdf.js] 49/139: Fix code style in extensions/firefox/content/PdfJs-stub.jsm

David Prévot taffit at moszumanska.debian.org
Fri Jan 9 21:18:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository pdf.js.

commit ac0f48c2fcb9c1ee086b934b1b3c01ea47776f28
Author: Jonas Jenwald <jonas.jenwald at gmail.com>
Date:   Tue Aug 26 17:08:48 2014 +0200

    Fix code style in extensions/firefox/content/PdfJs-stub.jsm
---
 extensions/firefox/content/PdfJs-stub.jsm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/extensions/firefox/content/PdfJs-stub.jsm b/extensions/firefox/content/PdfJs-stub.jsm
index 5d8548b..ad64a14 100644
--- a/extensions/firefox/content/PdfJs-stub.jsm
+++ b/extensions/firefox/content/PdfJs-stub.jsm
@@ -1,3 +1,5 @@
+/* -*- 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");
@@ -12,10 +14,13 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+/* jshint esnext:true, maxlen:100 */
+
+'use strict';
 
 // Don't remove this file. FF15+ expects PdfJs module to be present at resource://pdf.js/PdfJs.jsm
 // See https://mxr.mozilla.org/mozilla-central/source/browser/components/nsBrowserGlue.js
-var EXPORTED_SYMBOLS = ["PdfJs"];
+var EXPORTED_SYMBOLS = ['PdfJs'];
 
 let PdfJs = {
   init: function PdfJs_init() {}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git



More information about the Pkg-javascript-commits mailing list