~ya-bo-ng/juju-gui/test-prototype

« back to all changes in this revision

Viewing changes to lib/views/templates.handlebars

Merged trunk, resolved conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Generated code -- lib/views/templates.handlebars
3
 
*/
 
3
 */
4
4
YUI.add('juju-templates', function (Y) {
5
5
 
6
6
    var Templates = Y.namespace('juju.views').Templates = {};
10
10
  {{/templates}}
11
11
 
12
12
  {{#partials}}
13
 
    Y.Handlebars.registerPartial'({{{name}}}', 
 
13
    Y.Handlebars.registerPartial'({{{name}}}',
14
14
            Y.Handlebars.template({{{template}}});
15
15
  {{/partials}}
16
16