Replace one more Function<...> type annotation

Leads to a "too many template parameter" compile error.

Change-Id: I2d7791f16467e148c2dcf9ef1864891f7ad1c32f
This commit is contained in:
Ole Rehmsen
2018-09-19 08:23:42 +02:00
parent edc9292feb
commit cd6efc34da

View File

@@ -72,7 +72,7 @@
/**
* 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
* the update and the side as a string.
*/