add notes.md; add actions, fix bugs

This commit is contained in:
bkfox
2016-06-19 23:46:19 +02:00
parent 9769e0e617
commit 23016a594f
3 changed files with 325 additions and 106 deletions

View File

@ -158,7 +158,7 @@ Part_.Selector.prototype = {
var dst = dst_qs[i];
if(this.attribute)
dst[this.attribute] = src[this.attribute];
dst[this.attribute] = src[this.attribute] || '';
else
dst.parentNode.replaceChild(src, dst);
}