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