Remove obsolesced reference comments

This commit is contained in:
Ryan Cavanaugh
2016-04-27 21:53:46 -07:00
parent 337587de8c
commit fa204a87d1
610 changed files with 305 additions and 743 deletions

View File

@@ -1,4 +1,3 @@
/// <reference path="html-minifier.d.ts" />
import * as HTMLMinifier from 'html-minifier';
const minify = HTMLMinifier.minify;

View File

@@ -3,7 +3,7 @@
// Definitions by: Tanguy Krotoff <https://github.com/tkrotoff>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../clean-css/clean-css.d.ts" />
/// <reference path="../relateurl/relateurl.d.ts" />
import * as UglifyJS from '../uglify-js';