mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-28 22:47:04 +00:00
prepare baseline support
This commit is contained in:
@@ -2128,7 +2128,7 @@ var _CPCopyPlaceholder = '-';
|
||||
+ (void)initialize
|
||||
{
|
||||
_CPNativeInputField = document.createElement("div");
|
||||
_CPNativeInputField.contentEditable=YES;
|
||||
_CPNativeInputField.contentEditable = YES;
|
||||
|
||||
_CPNativeInputField.onkeyup = function(e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user