Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
artf authored Apr 15, 2018
2 parents 8750bc6 + cd5fdbf commit 84c2db2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/editor/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = {

// When false, removes empty text nodes when parsed, unless they contain a space
keepEmptyTextNodes: 0,

// Return JS of components inside HTML from 'editor.getHtml()'
jsInHtml: true,

Expand Down
1 change: 0 additions & 1 deletion src/parser/model/ParserHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = config => {
* @return {Array<Object>}
*/
parseNode(el) {
const config = (c.em && c.em.get('Config')) || {};
const result = [];
const nodes = el.childNodes;

Expand Down

0 comments on commit 84c2db2

Please sign in to comment.