Skip to content

Commit 96a2fcb

Browse files
committed
Fixes #33
1 parent 1b844dc commit 96a2fcb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

classList.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* classList.js: Cross-browser full element.classList implementation.
3-
* 2014-07-23
3+
* 2014-12-13
44
*
55
* By Eli Grey, http://eligrey.com
66
* Public Domain.
@@ -9,7 +9,7 @@
99

1010
/*global self, document, DOMException */
1111

12-
/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js*/
12+
/*! @source http://purl.eligrey.com/github/classList.js/blob/master/classList.js */
1313

1414
if ("document" in self) {
1515

classList.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)