Fix three overwritten properties.

pull/428/head
Max Schaefer 2017-05-23 08:51:48 +08:00
rodzic acc27242a1
commit 57fcce4ca1
2 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -51,8 +51,6 @@ completer.complete = function(doc, fullAst, pos, options, callback) {
return null;
var iconMap = {
"variable": "property",
"constant": "property",
"function": "method",
"type": "property2",
"constant": "method2",
"color": "method2",

Wyświetl plik

@ -20833,7 +20833,7 @@ apf.textbox.masking = function(){
"107": "+",
"109": "-",
"110": ".",
"110": "/"
"111": "/"
};
this.addEventListener("keydown", function(e) {