File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 298298 * perform the more expensive minimum edit distance calculation over the
299299 * non-shared portions of the arrays.
300300 *
301+ * @function
301302 * @memberof Polymer.ArraySplice
302303 * @param {Array } current The "changed" array for which splices will be
303304 * calculated.
312313 } ;
313314
314315} ) ( ) ;
315- </ script >
316+ </ script >
Original file line number Diff line number Diff line change 7979 /**
8080 * Enqueues a function called in the next task.
8181 *
82+ * @function
8283 * @memberof Polymer.Async.timeOut
8384 * @param {Function } fn Callback to run
8485 * @return {number } Handle used for canceling task
8788 /**
8889 * Cancels a previously enqueued `timeOut` callback.
8990 *
91+ * @function
9092 * @memberof Polymer.Async.timeOut
9193 * @param {number } handle Handle returned from `run` of callback to cancel
9294 */
104106 /**
105107 * Enqueues a function called at `requestAnimationFrame` timing.
106108 *
109+ * @function
107110 * @memberof Polymer.Async.animationFrame
108111 * @param {Function } fn Callback to run
109112 * @return {number } Handle used for canceling task
112115 /**
113116 * Cancels a previously enqueued `animationFrame` callback.
114117 *
118+ * @function
115119 * @memberof Polymer.Async.timeOut
116120 * @param {number } handle Handle returned from `run` of callback to cancel
117121 */
You can’t perform that action at this time.
0 commit comments