Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dalla777 committed Aug 24, 2020
1 parent 20d02f2 commit b95c2d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 30 deletions.
4 changes: 2 additions & 2 deletions lib/formats/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exports.public = {
div.setAttribute('data-anthem-component', value.type + ':' + value.id);
// if doc has data params object
if (value[value.type]) {
// should be an object
var data = value[value.type];
div.setAttribute('data-anthem-component-data', JSON.stringify(data));
}
Expand All @@ -15,5 +16,4 @@ exports.public = {
}
};

exports.private = require('./object')('doc')
;
exports.private = require('./object')('doc');
28 changes: 0 additions & 28 deletions lib/formats/layout.js

This file was deleted.

0 comments on commit b95c2d5

Please sign in to comment.