2013-06-22 09:24:24 +03:00
|
|
|
'use strict';
|
2013-06-24 05:31:02 +03:00
|
|
|
define(['app', 'Cells/TemplatedCell'], function (App, TemplatedCell) {
|
|
|
|
return TemplatedCell.extend({
|
2013-06-09 23:51:32 +03:00
|
|
|
|
|
|
|
className: 'quality-cell',
|
|
|
|
template : 'Cells/QualityTemplate'
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|