josephg / ShareJS

Collaborative editing in any app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE7 doesn't support document.querySelector

tjaadvd opened this issue · comments

IE7 throws an error "Object doesn't support property or method 'querySelector'"
@ "title: (content = document.querySelector('meta[property="og:title"]') || document.querySelector('meta[name="twitter:title"]')) ? ..."

You maybe in the wrong repo. Anyway you can polyfill it with something like https://gist.github.com/chrisjlee/8960575

I absolutely am! Sorry about that!