Navigation Menu

Skip to content

Commit

Permalink
Added @source comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
eligrey committed Sep 21, 2010
1 parent 19aba9a commit 2f23b40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xccessors-legacy.js
Expand Up @@ -19,6 +19,8 @@
/*jslint white: true, undef: true, nomen: true, eqeqeq: true, bitwise: true, regexp: true,
strict: true, newcap: true, immed: true, maxlen: 90 */

/*! @source http://purl.eligrey.com/github/Xccessors/blob/master/xccessors-legacy.js*/

"use strict";

(function () {
Expand Down
2 changes: 2 additions & 0 deletions xccessors-standard.js
Expand Up @@ -17,6 +17,8 @@
/*jslint white: true, onevar: true, undef: true, eqeqeq: true, plusplus: true,
bitwise: true, regexp: true, strict: true, newcap: true, immed: true, maxlen: 90 */

/*! @source http://purl.eligrey.com/github/Xccessors/blob/master/xccessors-standard.js*/

"use strict";

(function () {
Expand Down

0 comments on commit 2f23b40

Please sign in to comment.