UNPKG
requirejs-handlebars
Version:
latest (0.1.1)
0.1.1
0.1.0
Simple Handlebars plugin for RequireJS.
webpro/requirejs-handlebars
requirejs-handlebars
/
bower_components
/
requirejs
/
tests
/
plugins
/
pluginLast
/
app.js
9 lines
(7 loc)
•
225 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
define
([
'specificCollection'
,
'bigCollection'
],
function
(
specificCollection, bigCollection
) {
return
{
name
:
'app'
,
specificCollection
: specificCollection,
bigCollection
: bigCollection } });