Code Duplication    Length = 4-4 lines in 2 locations

public/js/tinymce/themes/inlite/theme.js 1 location

@@ 5236-5239 (lines=4) @@
5233
        }
5234
        return this.checked(state);
5235
      },
5236
      renderHtml: function () {
5237
        var self$$1 = this, id = self$$1._id, prefix = self$$1.classPrefix;
5238
        return '<div id="' + id + '" class="' + self$$1.classes + '" unselectable="on" aria-labelledby="' + id + '-al" tabindex="-1">' + '<i class="' + prefix + 'ico ' + prefix + 'i-checkbox"></i>' + '<span id="' + id + '-al" class="' + prefix + 'label">' + self$$1.encode(self$$1.state.get('text')) + '</span>' + '</div>';
5239
      },
5240
      bindStates: function () {
5241
        var self$$1 = this;
5242
        function checked(state) {

public/js/tinymce/themes/modern/theme.js 1 location

@@ 5054-5057 (lines=4) @@
5051
        }
5052
        return this.checked(state);
5053
      },
5054
      renderHtml: function () {
5055
        var self$$1 = this, id = self$$1._id, prefix = self$$1.classPrefix;
5056
        return '<div id="' + id + '" class="' + self$$1.classes + '" unselectable="on" aria-labelledby="' + id + '-al" tabindex="-1">' + '<i class="' + prefix + 'ico ' + prefix + 'i-checkbox"></i>' + '<span id="' + id + '-al" class="' + prefix + 'label">' + self$$1.encode(self$$1.state.get('text')) + '</span>' + '</div>';
5057
      },
5058
      bindStates: function () {
5059
        var self$$1 = this;
5060
        function checked(state) {