Skip to content

Instantly share code, notes, and snippets.

@kneath
Created November 12, 2009 22:44
Show Gist options
  • Save kneath/233387 to your computer and use it in GitHub Desktop.
Save kneath/233387 to your computer and use it in GitHub Desktop.
/Users/kneath/Projects/github/main_site/public/javascripts/admin/date.js:191: WARNING - Parse error. type annotation incompatible with other annotations
* @type String
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/date.js:211: WARNING - Parse error. type annotation incompatible with other annotations
* @type String
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:21: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:47: WARNING - Parse error. extra @desc tag
* @desc Renders a calendar displaying January 2007 into the element with an id of calendar-me. Every Thursday in the current month has a class of "thursday" applied to it, is clickable and shows an alert when clicked. Every Friday on the calendar has the number inside replaced with text.
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:187: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:196: WARNING - Parse error. extra @desc tag
* @desc See the projects homepage for many more complex examples...
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:306: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:323: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:340: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:378: WARNING - Parse error. duplicate variable name "Boolean"
* @param Boolean m Whether you want the date picker to open up on the month of this date when it is next opened. Optional - default = true.
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:379: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:398: WARNING - Parse error. duplicate variable name "Number"
* @param Number y The year you want the date picker to display. Optional - defaults to the currently displayed year.
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:399: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:416: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:432: WARNING - Parse error. expecting a variable name in a @param tag
* @param (Function|Array) a A function or an array of functions that are called when each td is rendered. Each function will receive four arguments; a jquery object wrapping the created TD, a Date object containing the date this TD represents, a number giving the currently rendered month and a number giving the currently rendered year.
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:453: WARNING - Parse error. duplicate variable name "Number"
* @param Number h The horizontal alignment of the created date picker to it's associated element. Possible values are $.dpConst.POS_LEFT and $.dpConst.POS_RIGHT
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:454: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:471: WARNING - Parse error. duplicate variable name "Number"
* @param Number h The horizontal offset of the created date picker.
^
/Users/kneath/Projects/github/main_site/public/javascripts/admin/datePicker.js:472: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
0 error(s), 19 warning(s)
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:107: WARNING - Parse error. extra @desc tag
* @desc Submit form and update page element with server response
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:117: WARNING - Parse error. extra @desc tag
* @desc Submit form and alert the server response
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:130: WARNING - Parse error. extra @desc tag
* @desc Pre-submit validation which aborts the submit operation if form data is empty
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:142: WARNING - Parse error. extra @desc tag
* @desc json data returned and evaluated
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:155: WARNING - Parse error. extra @desc tag
* @desc XML data returned from server
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:163: WARNING - Parse error. extra @desc tag
* @desc submit form and reset it if successful
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:170: WARNING - Parse error. extra @desc tag
* @desc Bind form's submit event to use ajaxSubmit
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:175: WARNING - Parse error. type annotation incompatible with other annotations
* @param options object literal containing options which control the form submission process
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:177: WARNING - Parse error. type annotation incompatible with other annotations
* @return jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:417: WARNING - Parse error. extra @desc tag
* @desc Bind form's submit event so that server response is alerted after the form is submitted.
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:430: WARNING - Parse error. extra @desc tag
* @desc Bind form's submit event so that pre-submit callback is invoked before the form
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:438: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:486: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:519: WARNING - Parse error. type annotation incompatible with other annotations
* @type Array<Object>
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:579: WARNING - Parse error. type annotation incompatible with other annotations
* @type String
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:600: WARNING - Parse error. extra @desc tag
* @desc Collect the data from all successful radio input elements into a query string
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:603: WARNING - Parse error. extra @desc tag
* @desc Collect the data from all successful checkbox input elements in myForm into a query string
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:606: WARNING - Parse error. extra @desc tag
* @desc Collect the data from all checkbox elements in myForm (even the unchecked ones) into a query string
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:609: WARNING - Parse error. extra @desc tag
* @desc Collect the data from all successful input, select, textarea and button elements into a query string
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:613: WARNING - Parse error. type annotation incompatible with other annotations
* @type String
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:677: WARNING - Parse error. extra @desc tag
* @desc Get the value(s) of the form elements in myForm
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:680: WARNING - Parse error. extra @desc tag
* @desc Get the value(s) for the successful checkbox element(s) in the jQuery object.
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:683: WARNING - Parse error. extra @desc tag
* @desc Get the value(s) of the select control
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:686: WARNING - Parse error. extra @desc tag
* @desc Get the value(s) of the text input or textarea elements
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:689: WARNING - Parse error. extra @desc tag
* @desc Get the values for the select-multiple control
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:693: WARNING - Parse error. type annotation incompatible with other annotations
* @type Array<String>
^
/Users/kneath/Projects/github/main_site/public/javascripts/common/jquery.form.js:725: WARNING - Parse error. type annotation incompatible with other annotations
* @type String or Array<String> or null or undefined
^
0 error(s), 27 warning(s)
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.bgiframe.js:68: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.cookie.js:13: WARNING - Parse error. type annotation incompatible with other annotations
*
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:14: WARNING - Parse error. type annotation incompatible with other annotations
*/
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:15: WARNING - Parse error. type annotation incompatible with other annotations
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:16: WARNING - Parse error. type annotation incompatible with other annotations
/**
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:17: WARNING - Parse error. type annotation incompatible with other annotations
* Project home:
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:18: WARNING - Parse error. type annotation incompatible with other annotations
* http://www.appelsiini.net/projects/jeditable
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:19: WARNING - Parse error. type annotation incompatible with other annotations
*
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:20: WARNING - Parse error. type annotation incompatible with other annotations
* Based on editable by Dylan Verheul <dylan@dyve.net>
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:21: WARNING - Parse error. type annotation incompatible with other annotations
* http://www.dyve.net/jquery/?editable
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:22: WARNING - Parse error. type annotation incompatible with other annotations
*
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:23: WARNING - Parse error. type annotation incompatible with other annotations
* Version 1.5.5
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:24: WARNING - Parse error. type annotation incompatible with other annotations
*
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:25: WARNING - Parse error. type annotation incompatible with other annotations
* @name Jeditable
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:26: WARNING - Parse error. type annotation incompatible with other annotations
* @type jQuery
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:27: WARNING - Parse error. type annotation incompatible with other annotations
* @param String target POST URL or function name to send edited content
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:28: WARNING - Parse error. type annotation incompatible with other annotations
* @param Hash options additional options
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:29: WARNING - Parse error. type annotation incompatible with other annotations
* @param String options[name] POST parameter name of edited content
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:30: WARNING - Parse error. type annotation incompatible with other annotations
* @param String options[id] POST parameter name of edited div id
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:31: WARNING - Parse error. type annotation incompatible with other annotations
* @param Hash options[submitdata] Extra parameters to send when submitting edited content.
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:32: WARNING - Parse error. type annotation incompatible with other annotations
* @param String options[type] text, textarea or select
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:33: WARNING - Parse error. type annotation incompatible with other annotations
* @param Integer options[rows] number of rows if using textarea
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:34: WARNING - Parse error. type annotation incompatible with other annotations
* @param Integer options[cols] number of columns if using textarea
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:35: WARNING - Parse error. type annotation incompatible with other annotations
* @param Mixed options[height] 'auto', 'none' or height in pixels
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:36: WARNING - Parse error. type annotation incompatible with other annotations
* @param Mixed options[width] 'auto', 'none' or width in pixels
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:37: WARNING - Parse error. type annotation incompatible with other annotations
* @param String options[loadurl] URL to fetch external content before editing
^
/Users/kneath/Projects/github/main_site/public/javascripts/github/_plugins/jquery.jeditable.js:38: WARNING - Parse error. type annotation incompatible with other annotations
* @param String options[loadtype] Request type for load url. Should be GET or POST.
^
0 error(s), 27 warning(s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment