1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-04 10:02:40 +01:00

handlebar helpers uses built in require

This commit is contained in:
Mark McDowall 2013-06-27 00:26:57 -07:00
parent b81b39550f
commit 1e61f501dc

View File

@ -160,13 +160,6 @@ require.config({
[
'backgrid'
]
},
'handlebars.helpers': {
deps:
[
'handlebars'
]
}
}
});