Skip to content

Commit 70b80dc

Browse files
committed
Crockford style
1 parent 0686893 commit 70b80dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodeAdapter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
return function () {};
1717
});
1818

19-
})( // Help Node out by setting up define.
19+
}( // Help Node out by setting up define.
2020
typeof module === 'object' && typeof define !== 'function'
2121
? function (factory) { module.exports = factory(require, exports, module); }
2222
: define
23-
);
23+
));
2424

0 commit comments

Comments
 (0)