(object)
| 1764 | } |
| 1765 | |
| 1766 | function isEmptyObject(object) { |
| 1767 | for (var p in object) { |
| 1768 | if (object.hasOwnProperty(p)) return false; |
| 1769 | }return true; |
| 1770 | } |
| 1771 | |
| 1772 | function createLocationDescriptor(to, _ref) { |
| 1773 | var query = _ref.query; |
no outgoing calls
no test coverage detected
searching dependent graphs…