Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-02-24 03:37:30 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-24 03:37:30 +0400
commitc5019d1200a8eccb30a58f7566f3ea003c47674c (patch)
treef9cd5d7dc5cfa22c8c213404d1122b67b310d5e0 /index.js
parentf4f0e702a4f1a48ffa56e565a9ee38045629a42f (diff)
hook up ui! (eliminate handlebars - it didn't help enough)
Diffstat (limited to 'index.js')
-rw-r--r--index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/index.js b/index.js
index c626bf8..41583a7 100644
--- a/index.js
+++ b/index.js
@@ -1,8 +1,3 @@
-// Load pre-compiled handlebars templates and put them on require('handlebars').templates
-if (!require('handlebars').templates) {
- require('./views/compiled')
-}
-
var App = require('./lib/app')
var TorrentManager = require('./lib/torrent-manager')