Replace one more Function<...> type annotation
Leads to a "too many template parameter" compile error. Change-Id: I2d7791f16467e148c2dcf9ef1864891f7ad1c32f
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Register a listener for layer updates.
|
* Register a listener for layer updates.
|
||||||
* @param {Function<Number, Number, String>} fn The update handler function.
|
* @param {function(number, number, string)} fn The update handler function.
|
||||||
* Should accept as arguments the line numbers for the start and end of
|
* Should accept as arguments the line numbers for the start and end of
|
||||||
* the update and the side as a string.
|
* the update and the side as a string.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user