Fix tab to spaces

This commit is contained in:
Alex Alex 2016-06-18 21:14:36 +03:00
parent 42eec32890
commit a1841f51e6

View file

@ -616,8 +616,8 @@ cEditor.callback = {
nodeContent = document.createTextNode(pastedData);
block.appendChild(nodeContent);
},
},
/**
* Clicks on block settings button
*/