mycodemirror
Advanced tools
Comparing version 5.19.1 to 5.19.2
@@ -243,5 +243,3 @@ // CodeMirror, copyright (c) by Marijn Haverbeke and others | ||
elt.hintId = i; | ||
console.log(completion,data) | ||
} | ||
console.log(hints,'hints'); | ||
var pos = cm.cursorCoords(completion.options.alignWithWord ? data.from : null); | ||
@@ -248,0 +246,0 @@ var left = pos.left, top = pos.bottom, below = true; |
{ | ||
"name": "mycodemirror", | ||
"version": "5.19.1", | ||
"version": "5.19.2", | ||
"main": "lib/codemirror.js", | ||
@@ -5,0 +5,0 @@ "description": "Full-featured in-browser code editor", |
2203697
50645