blob: 8cf55a2819877a3d734caa8c4998670519bb40fc [file] [log] [blame]
(function() {
'use strict';
Polymer({
is: 'gr-checks-change-list-item-cell-view',
properties: {
change: Object,
},
});
})();