Rename PdfJsTelemetry-addon.jsm to PdfJsTelemetry-stub.jsm

And remove unused linting comments.
This commit is contained in:
Georg Fritzsche 2017-04-07 21:42:49 +07:00 committed by Jonas Jenwald
parent 7052316f58
commit 4e8cd2b7d3
2 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* eslint max-len: ["error", 120] */
/* globals Components, Services */
"use strict";

View File

@ -714,7 +714,7 @@ gulp.task('firefox-pre', ['buildnumber', 'locale'], function () {
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJs-stub.jsm')
.pipe(rename('PdfJs.jsm'))
.pipe(gulp.dest(FIREFOX_BUILD_CONTENT_DIR)),
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJsTelemetry-addon.jsm')
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJsTelemetry-stub.jsm')
.pipe(rename('PdfJsTelemetry.jsm'))
.pipe(gulp.dest(FIREFOX_BUILD_CONTENT_DIR)),
gulp.src(FIREFOX_EXTENSION_DIR + '*.png')