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