added session 75 and changed about

This commit is contained in:
Kiritan Flux 2018-09-11 12:59:44 +02:00
parent 67d2a1ed53
commit 44d1d89fa5
184 changed files with 57277 additions and 51455 deletions

View file

@ -1,5 +1,5 @@
/**
* matchesSelector v2.0.1
* matchesSelector v2.0.2
* matchesSelector( element, '.selector' )
* MIT license
*/
@ -25,7 +25,7 @@
'use strict';
var matchesMethod = ( function() {
var ElemProto = Element.prototype;
var ElemProto = window.Element.prototype;
// check for the standard method name first
if ( ElemProto.matches ) {
return 'matches';