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;
|
return null;
|
||||||
var iconMap = {
|
var iconMap = {
|
||||||
"variable": "property",
|
"variable": "property",
|
||||||
"constant": "property",
|
|
||||||
"function": "method",
|
|
||||||
"type": "property2",
|
"type": "property2",
|
||||||
"constant": "method2",
|
"constant": "method2",
|
||||||
"color": "method2",
|
"color": "method2",
|
||||||
|
|
|
@ -20833,7 +20833,7 @@ apf.textbox.masking = function(){
|
||||||
"107": "+",
|
"107": "+",
|
||||||
"109": "-",
|
"109": "-",
|
||||||
"110": ".",
|
"110": ".",
|
||||||
"110": "/"
|
"111": "/"
|
||||||
};
|
};
|
||||||
|
|
||||||
this.addEventListener("keydown", function(e) {
|
this.addEventListener("keydown", function(e) {
|
||||||
|
|
Ładowanie…
Reference in New Issue