logging still searching for sanity

This commit is contained in:
John McLear 2013-12-18 17:51:20 +00:00
parent 3f8e6faec0
commit 225d2425d2
4 changed files with 7932 additions and 7 deletions

View file

@ -95,6 +95,7 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
var lineClass = 'ace-line';
result.appendSpan = function(txt, cls)
{
console.log("HAM I HERE!");
var processedMarker = false;
// Handle lineAttributeMarker, if present
if (cls.indexOf(lineAttributeMarker) >= 0)
@ -126,7 +127,9 @@ domline.createDomLine = function(nonEmpty, doesWrap, optBrowser, optDocument)
}
processedMarker = true;
}
//doesn't get here..
_.map(hooks.callAll("aceDomLineProcessLineAttributes", {
domline: domline,
cls: cls