Merge remote-tracking branch 'remotes/origin/master' into worker

Conflicts:
	lib/ace/css/editor.css
This commit is contained in:
nightwing 2012-10-01 23:29:11 +04:00
commit cbfb690a2e
170 changed files with 8597 additions and 4188 deletions

View file

@ -61,7 +61,7 @@ function GutterHandler(mouseHandler) {
var tooltipTimeout, mouseEvent, tooltip, tooltipAnnotation;
function createTooltip() {
tooltip = dom.createElement("div");
tooltip.className = "ace_gutter_tooltip";
tooltip.className = "ace_gutter-tooltip";
tooltip.style.maxWidth = "500px";
tooltip.style.display = "none";
editor.container.appendChild(tooltip);