Remove extra newlines around comments
This commit is contained in:
parent
990dc30e8d
commit
030d2a843c
40 changed files with 103 additions and 425 deletions
|
@ -10,7 +10,6 @@ module.exports = CallbacksRegistry = (function() {
|
|||
}
|
||||
|
||||
CallbacksRegistry.prototype.add = function(callback) {
|
||||
|
||||
// The callback is already added.
|
||||
var filenameAndLine, id, location, match, ref, regexp, stackString, x;
|
||||
id = v8Util.getHiddenValue(callback, 'callbackId');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue