#68 remove unused var

This commit is contained in:
Eugenio Romano
2016-05-20 16:50:36 +01:00
parent f97f4ea088
commit 91edf81ca2
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,7 @@
"author": "Eugenio Romano",
"scripts": {
"typings": "typings install",
"start": "http-server -c-1 -o -p 8875 .",
"start": "npm run build && http-server -c-1 -o -p 8875 .",
"build": "npm run tslint && typings install && rm -rf dist && tsc && npm run copytemplates && license-check",
"tslint": "npm run tslint-src && npm run tslint-root",
"tslint-src": "tslint -c tslint.json src/**/*.ts",

View File

@@ -15,8 +15,7 @@
* limitations under the License.
*/
import { Component, Input } from 'angular2/core';
import { RouteParams } from 'angular2/router';
import { Component } from 'angular2/core';
declare let PDFJS: any;
declare let __moduleName:string;