Fixed error "Duplicate data property in object literal not allowed in strict mode" found when linting the code.

This commit is contained in:
Patrik Henningsson 2012-07-24 10:34:51 +02:00
commit f1e4cbb1a8

View file

@ -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",