mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 16:17:57 -05:00
12 lines
322 B
CoffeeScript
12 lines
322 B
CoffeeScript
module.exports =
|
|
jQueryEvent:
|
|
title: 'jQuery Event'
|
|
id: 'jQueryEvent'
|
|
$schema: 'http://json-schema.org/draft-04/schema#'
|
|
description: 'A standard jQuery Event'
|
|
type: 'object'
|
|
properties: # TODO schema complete
|
|
altKey:
|
|
type: 'boolean'
|
|
required: []
|
|
additionalProperties: true
|