Skip to content

Commit

Permalink
Fixes #33
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Dec 13, 2014
1 parent 1b844dc commit 96a2fcb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions classList.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* classList.js: Cross-browser full element.classList implementation.
* 2014-07-23
* 2014-12-13
*
* By Eli Grey, http://eligrey.com
* Public Domain.
Expand All @@ -9,7 +9,7 @@

/*global self, document, DOMException */

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

if ("document" in self) {

Expand Down
4 changes: 2 additions & 2 deletions classList.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96a2fcb

Please sign in to comment.