PageRenderTime 14ms CodeModel.GetById 9ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/ext-4.1.0_b3/docs/guides/data/examples/model_with_proxy/data/users/1/index.html

https://bitbucket.org/srogerf/javascript
HTML | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 4529db126f132bf5583ad252e06294ce MD5 | raw file
1{
2    success: true,
3    users: [
4        {id: 1, name: 'Ed'}
5    ]
6}