#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

@@ -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;