Skip to content

Commit

Permalink
docs: add missing ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed May 18, 2017
1 parent 43752e8 commit 274ed0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/services/query/hasDollarKeys.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
'use strict';

/*!
* ignore
*/

module.exports = function(obj) {
var keys = Object.keys(obj);
var len = keys.length;
Expand Down

0 comments on commit 274ed0f

Please sign in to comment.