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'
]
}
}
});