User:Cacycle/wikEd dev.js: Difference between revisions

Content deleted Content added
0.9.105 test
0.9.105 test
Line 10,487:
p4 = p4 || '';
if (p2 == '') {
WED('tag', tag);
WED('p4', p4);
WED('typeof(p4)', typeof(p4));
WED('attribRegExp', attribRegExp);
WED('typeof(attribRegExp)', typeof(attribRegExp));
if (
( (attribRegExp == null) && (p4 == '') ) ||
( (attribRegExp != null) && (attribRegExp.test(p4) == true)
) {
isRemove.push(true);