Blame view

js/lib/JSBuilder/src/generators/model/templates/Fixture.js 246 Bytes
16035364   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
Ext.generator.Model.templates.Fixture = new Ext.XTemplate(
    '(function() \{\n',
    '    var {name} = Ext.ModelManager.getModel("{name}");\n',
    '    \n',
    '    fixtures.{name} = \{\n',
    '        \n',
    '    \};\n',
    '\})();\n'
);