mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
JSHint assertions.js
Mark all functions as exported
This commit is contained in:
parent
054eca840a
commit
86a9e0db6a
2 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,5 @@ lib/javascripts/moment.js
|
|||
lib/javascripts/moment_locale/
|
||||
public/javascripts/
|
||||
spec/phantom_js/smoke_test.js
|
||||
test/javascripts/helpers/assertions.js
|
||||
test/javascripts/test_helper.js
|
||||
vendor/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* exported exists, count, present, blank, containsInstance, not */
|
||||
// Test helpers
|
||||
function exists(selector) {
|
||||
return !!count(selector);
|
||||
|
|
Loading…
Reference in a new issue