prepare baseline support

This commit is contained in:
daboe01
2015-06-18 20:23:00 +02:00
parent d888bcd473
commit e2f72ecffc
2 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -2128,7 +2128,7 @@ var _CPCopyPlaceholder = '-';
+ (void)initialize
{
_CPNativeInputField = document.createElement("div");
_CPNativeInputField.contentEditable=YES;
_CPNativeInputField.contentEditable = YES;
_CPNativeInputField.onkeyup = function(e)
{