mirror of
https://github.com/Leaflet/Leafdoc.git
synced 2025-07-23 04:48:03 +00:00
9 lines
198 B
JavaScript
9 lines
198 B
JavaScript
// 🍂class $
|
|
// jQuery stuff.
|
|
// 🍂function _each(arr: Array, fn: Function): undefined
|
|
// Returns a random number between 0.0 and 1.0
|
|
export function _each(foo, bar) {
|
|
// Do something here.
|
|
}
|
|
|