Stop adding ObjectEvent links manually

Now that the links are removed from event annotations, we no
longer need to do this, because inheritance works.
This commit is contained in:
Andreas Hocevar
2014-05-01 22:16:02 +02:00
parent b7f6e2d9b9
commit 5a13488b11
2 changed files with 0 additions and 6 deletions

View File

@@ -25,9 +25,6 @@ exports.defineTags = function(dictionary) {
if (!doclet.fires) {
doclet.fires = [];
}
if (doclet.fires.indexOf('{@link ol.ObjectEvent} ol.event:ObjectEvent') === -1) {
doclet.fires.push('{@link ol.ObjectEvent} ol.event:ObjectEvent');
}
}
}
});