(el, x, y)
| 495 | _throttleTimeout = void 0; |
| 496 | } |
| 497 | function scrollBy(el, x, y) { |
| 498 | el.scrollLeft += x; |
| 499 | el.scrollTop += y; |
| 500 | } |
| 501 | function clone(el) { |
| 502 | var Polymer = window.Polymer; |
| 503 | var $ = window.jQuery || window.Zepto; |
no outgoing calls
no test coverage detected
searching dependent graphs…