Merge pull request #858 from pahen/master
Fixed error "Duplicate data property in object literal not allowed in strict mode" found when linting the code.
This commit is contained in:
commit
8bd54a4f9a
1 changed files with 0 additions and 1 deletions
|
|
@ -193,7 +193,6 @@ exports.transformTextarea = function(element, loader) {
|
|||
var settingOpener = document.createElement("div");
|
||||
applyStyles(settingOpener, {
|
||||
position: "absolute",
|
||||
width: "15px",
|
||||
right: "0px",
|
||||
bottom: "0px",
|
||||
background: "red",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue