k-j-kim

Results 1 issues of k-j-kim

When copying a DOM object, following line fails: `child[i] = _clone(parent[i], depth - 1);` https://github.com/pvorb/clone/blob/e3f252d1eb24f4e269337098295604e266719d4d/clone.js#L156 `TypeError: The HTMLDivElement.align setter can only be used on instances of HTMLDivElement` It seems like...