diff options
Diffstat (limited to 'lib/templating/themesLoader.js')
-rw-r--r-- | lib/templating/themesLoader.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/templating/themesLoader.js b/lib/templating/themesLoader.js index 2b436a4..69c3879 100644 --- a/lib/templating/themesLoader.js +++ b/lib/templating/themesLoader.js @@ -5,9 +5,7 @@ var path = require('path'); var PathUtils = require('../utils/path'); -/** -*/ var ThemesLoader = nunjucks.Loader.extend({ init: function(searchPaths) { this.searchPaths = Immutable.List(searchPaths) |