Skip to content

Commit

Permalink
chore: add missing comment for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Nov 9, 2017
1 parent a7eeab1 commit 2b61adf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/services/projection/isInclusive.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
'use strict';

/*!
* ignore
*/

module.exports = function isInclusive(projection) {
if (projection == null) {
return false;
Expand Down

0 comments on commit 2b61adf

Please sign in to comment.