aboutsummaryrefslogtreecommitdiffstats
path: root/config.ts
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-04-20 08:05:53 +0200
committerMatěj Cepl <mcepl@cepl.eu>2015-04-20 18:08:32 +0200
commit9baad8c597ca10b3ec7b5729fb04b6185780caf3 (patch)
treebdefc6dcdd82ea13bfd779e62169c02bfeaaf4a1 /config.ts
parentb1014ee301e4e781ad139a5eff465303c2556afb (diff)
downloadhesla-9baad8c597ca10b3ec7b5729fb04b6185780caf3.tar.gz
First effort to port to pure ES6.
Unfortunately, ind on line 60 of hesla.es is undefined.
Diffstat (limited to 'config.ts')
-rw-r--r--config.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/config.ts b/config.ts
deleted file mode 100644
index 5a7d274..0000000
--- a/config.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-/// <reference path="require.d.ts" />
-
-import hsl = require("./hesla");
-
-require([], () => {
- var thisHesla = new hsl.Hesla();
-}); \ No newline at end of file