Skip to content

Instantly share code, notes, and snippets.

@etoxin
Last active August 29, 2015 14:05
Show Gist options
  • Save etoxin/5d1f71e4be682ca8db0f to your computer and use it in GitHub Desktop.
Save etoxin/5d1f71e4be682ca8db0f to your computer and use it in GitHub Desktop.
jsdoc
// @type documentation http://usejsdoc.org/tags-type.html
/** @type {Array.<jQuery>} An array of jQuery elements */
var elements = $('div');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment