Project

General

Profile

Bug #68392 ยป patchfile.patch

Florian Busch (floxx), 2015-11-12 13:53

View differences:

typo3_src/typo3/sysext/rtehtmlarea/Resources/Public/JavaScript/HTMLArea/Editor/Toolbar.js 2015-11-12 12:52:55.000000000 +0100
*/
var Toolbar = function (config) {
Util.apply(this, config);
/**
* The toolbar items
*/
this.items = {};
};
Toolbar.prototype = {
......
},
/**
* The toolbar items
*/
items: {},
/**
* Create the toolbar items based on editor toolbar configuration
*/
addItems: function () {
    (1-1/1)