This commit is contained in:
David Seifried 2012-03-22 15:15:22 -04:00
Родитель b5788d23a6
Коммит e175257e65
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -196,7 +196,7 @@
return;
}
if( typeof entity === "string" ) {
if ( typeof entity === "string" ) {
try {
matches = document.querySelector( entity );
} catch(e) {