1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

fixed handlebars debug casing issue.

This commit is contained in:
Keivan Beigi 2013-07-24 17:45:05 -07:00
parent bbacad9171
commit 42c6ca4297
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ define(
'Handlebars/Helpers/Episode',
'Handlebars/Helpers/Series',
'Handlebars/Helpers/Quality',
'Handlebars/Debug'
'Handlebars/Handlebars.Debug'
], function (Templates) {
return function () {
this.get = function (templateId) {