Merge pull request #1898 from ahocevar/events

Document events
This commit is contained in:
Andreas Hocevar
2014-03-26 14:13:59 +01:00
31 changed files with 216 additions and 19 deletions

View File

@@ -376,7 +376,7 @@ virtual('lint', 'build/lint-timestamp', 'build/lint-generated-timestamp',
def build_lint_src_timestamp(t):
t.run('%(GJSLINT)s',
'--jslint_error=all',
'--custom_jsdoc_tags=todo,function',
'--custom_jsdoc_tags=event,fires,todo,function',
'--strict',
t.newer(t.dependencies))
t.touch()