(view, r, el, constructor, scaleFactor, opt)
| 142155 | return a === b || a + "" === b + ""; |
| 142156 | } |
| 142157 | function initializeRenderer(view, r, el, constructor, scaleFactor, opt) { |
| 142158 | r = r || new constructor(view.loader()); |
| 142159 | return r.initialize(el, width(view), height(view), offset(view), scaleFactor, opt).background(view.background()); |
| 142160 | } |
| 142161 | function trap(view, fn) { |
| 142162 | return !fn ? null : function() { |
| 142163 | try { |
no test coverage detected