summaryrefslogtreecommitdiff
path: root/src/fauxton/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/fauxton/app/app.js')
-rw-r--r--src/fauxton/app/app.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fauxton/app/app.js b/src/fauxton/app/app.js
index be0136d04..df0894a56 100644
--- a/src/fauxton/app/app.js
+++ b/src/fauxton/app/app.js
@@ -56,7 +56,6 @@ function($, _, Backbone, Helpers) {
} else {
// Put fetch into `async-mode`.
done = this.async();
-
// Seek out the template asynchronously.
return $.ajax({ url: app.root + path }).then(function(contents) {
done(JST[path] = _.template(contents));