uncomment one last line
This commit is contained in:
@@ -132,7 +132,7 @@ define(['events'], function (events) {
|
||||
var match;
|
||||
|
||||
while (match = linkRegExp.exec(text)) {
|
||||
// console.debug(matches);
|
||||
console.debug(matches);
|
||||
var txt = match[0];
|
||||
var pos = match.index;
|
||||
var len = txt.length;
|
||||
@@ -230,4 +230,4 @@ define(['events'], function (events) {
|
||||
return {
|
||||
getServerAddress: getServerAddress
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user