summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-24 19:01:26 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-11-24 19:01:26 +0100
commitc7910f57053cd2e4bc89b9874ba34b6be9d8cb2e (patch)
treef101a01c778f18f118fffa1dbb575ee23cf8dd84
parentimproved addonManager, new property to expose addon information, new function... (diff)
downloadpyload-c7910f57053cd2e4bc89b9874ba34b6be9d8cb2e.tar.xz
try to fix template helper loading
-rw-r--r--pyload/web/app/scripts/helpers/truncate.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/helpers/truncate.js b/pyload/web/app/scripts/helpers/truncate.js
index fb351b776..861588452 100644
--- a/pyload/web/app/scripts/helpers/truncate.js
+++ b/pyload/web/app/scripts/helpers/truncate.js
@@ -1,4 +1,4 @@
-require(['underscore','handlebars'], function(_, Handlebars) {
+define(['underscore','handlebars'], function(_, Handlebars) {
'use strict';
function truncate(fullStr, options) {