kadirahq / meteor-dochead

Isomorphic way to manipulate document.head for Meteor apps
MIT License
132 stars 17 forks source link

added hasLink, and removeLink public methods #37

Open CaptainN opened 8 years ago

CaptainN commented 8 years ago

I added hasLink and removeLink public methods, which match on the .href property of metaData, and the DOM element.

These will match any link in the head, not just dochead created ones.

Addresses Issue #35