mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
logging still searching for sanity
This commit is contained in:
parent
3f8e6faec0
commit
225d2425d2
4 changed files with 7932 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue