JSHint assertions.js

Mark all functions as exported
This commit is contained in:
Nick Schonning
2014-03-11 02:36:10 -04:00
parent 054eca840a
commit 86a9e0db6a
2 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,4 @@
/* exported exists, count, present, blank, containsInstance, not */
// Test helpers
function exists(selector) {
return !!count(selector);