mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
13 lines
322 B
CoffeeScript
13 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
|