(prop, elem)
| 328 | return Object.prototype.toString.call(arr) === '[object Array]'; |
| 329 | } |
| 330 | function getStyle(prop, elem) { |
| 331 | return window.getComputedStyle ? window.getComputedStyle(elem)[prop] : elem.currentStyle[prop]; |
| 332 | } |
| 333 | |
| 334 | return Clusterize; |
| 335 | })); |