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