kopia lustrzana https://github.com/c9/core
Fix three overwritten properties.
rodzic
acc27242a1
commit
57fcce4ca1
|
@ -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",
|
||||
|
|
|
@ -20833,7 +20833,7 @@ apf.textbox.masking = function(){
|
|||
"107": "+",
|
||||
"109": "-",
|
||||
"110": ".",
|
||||
"110": "/"
|
||||
"111": "/"
|
||||
};
|
||||
|
||||
this.addEventListener("keydown", function(e) {
|
||||
|
|
Ładowanie…
Reference in New Issue