razh
Results
3
comments of
razh
Promises are available natively only in iojs and node 0.12 and up.
@appliqiang You need an `Array.prototype.find` polyfill. There are a [few on npm](https://yarnpkg.com/en/packages?q=array.prototype.find&p=1), as well as this version on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find#Polyfill
`initializeMyPlugin` is an example function name. You need to replace it with the jQuery plugins that you are using.