Skip to content

Commit 9df17c6

Browse files
committed
Removed "linkEntities" from entities example
1 parent 66ad867 commit 9df17c6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/entities.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ var endpoint = "entities";
1616

1717
api.parameters.content = "Bill Murray will appear in new Ghostbusters film: Dr. Peter Venkman was spotted filming a cameo in Boston this… http://dlvr.it/BnsFfS";
1818
api.parameters.genre = "social-media";
19-
// to improve performance, and if you don't need the QID, set this option
20-
// api.parameters.options = { "linkEntities": false };
2119
api.rosette(endpoint, function(err, res){
2220
if(err){
2321
console.log(err);

0 commit comments

Comments
 (0)