/*! * @license angular-iscroll-probe v4.0.2, 2023-11-30T00:56:33+0100 * (c) 2023 Martin Thorsen Ranang * License: MIT */ /*! * Platform.js v1.3.6 * Copyright 2014-2020 Benjamin Tan * Copyright 2011-2013 John-David Dalton * Available under MIT license */ /*! iScroll v5.2.0 ~ (c) 2008-2016 Matteo Spinelli ~ http://cubiq.org/license */ /** * Compares two software version numbers (e.g. "1.7.1" or "1.2b"). * * This function was born in http://stackoverflow.com/a/6832721. * * @param {string} v1 The first version to be compared. * @param {string} v2 The second version to be compared. * @param {object} [options] Optional flags that affect comparison behavior: * * @returns {number|NaN} * * * @copyright by Jon Papaioannou (["john", "papaioannou"].join(".") + "@gmail.com") * @license This function is in the public domain. Do what you want with it, no strings attached. */