diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-24 19:01:26 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-11-24 19:01:26 +0100 |
commit | c7910f57053cd2e4bc89b9874ba34b6be9d8cb2e (patch) | |
tree | f101a01c778f18f118fffa1dbb575ee23cf8dd84 | |
parent | improved addonManager, new property to expose addon information, new function... (diff) | |
download | pyload-c7910f57053cd2e4bc89b9874ba34b6be9d8cb2e.tar.xz |
try to fix template helper loading
-rw-r--r-- | pyload/web/app/scripts/helpers/truncate.js | 2 |
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) { |