Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit 8b28ab2

Browse files
committed
Improving comments somewhat
1 parent 1788420 commit 8b28ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/jquery.cookie.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
*/
88
(function (factory) {
99
if (typeof define === 'function' && define.amd) {
10-
// AMD
10+
// AMD (Register as an anonymous module)
1111
define(['jquery'], factory);
1212
} else if (typeof exports === 'object') {
13-
// CommonJS
13+
// Node/CommonJS
1414
module.exports = factory(require('jquery'));
1515
} else {
1616
// Browser globals

0 commit comments

Comments
 (0)