Docs: Add more @source links to external.js

Change-Id: Ibde8eba9d464d1deb1a7a100fcf79f7ebe347621
This commit is contained in:
Timo Tijhof 2013-03-20 20:27:57 +01:00
parent 08e1e965fc
commit e0d7f0ac69

View file

@ -5,25 +5,29 @@
/**
* @method ajax
* @source <http://api.jquery.com/jQuery.ajax/>
* @return {jqXHR}
*/
/**
* @class jQuery.Event
* @source <http://api.jquery.com/category/events/event-object/>
* @source <http://api.jquery.com/Types/#Event>
*/
/**
* @class jQuery.Promise
* @source <http://api.jquery.com/Types/#Promise>
*/
/**
* @class jQuery.Deferred
* @mixins jQuery.Promise
* @source <http://api.jquery.com/jQuery.Deferred/>
*/
/**
* @class jQuery.jqXHR
* @source <http://api.jquery.com/Types/#jqXHR>
* @alternateClassName jqXHR
*/