Remove comments an new line

This commit is contained in:
Niklas Mollenhauer
2015-10-09 07:32:32 +02:00
parent de3902042a
commit 7148685570
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -12,4 +12,3 @@ table.cell('aa', 1);
table.cell('bb',1);
table.print();
+1 -3
View File
@@ -1,9 +1,7 @@
///<reference path="easy-table.d.ts" />
//import * as Table from "easy-table";
//import * as Table from "easy-table";
import Table = require("easy-table");
let data = [
{ id: 123123, desc: 'Something awesome', price: 1000.00 },
{ id: 245452, desc: 'Very interesting book', price: 11.45 },