diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/attributes.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes.js b/src/attributes.js index c86916310..a058a82b9 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -414,7 +414,8 @@ jQuery.extend({ rowspan: "rowSpan", colspan: "colSpan", usemap: "useMap", - frameborder: "frameBorder" + frameborder: "frameBorder", + contenteditable: "contentEditable" }, prop: function( elem, name, value ) { |