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:
Lennart Kats 2012-07-31 10:46:03 -07:00
commit 8bd54a4f9a

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