dom-render 1.0.28 → 1.0.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RawSet.js +0 -1
- package/dist/dom-render.js +0 -1
- package/package.json +1 -1
package/RawSet.js
CHANGED
@@ -283,7 +283,6 @@ var RawSet = (function () {
|
|
283
283
|
it.innerHTML = it.innerHTML.replace(thisRegex, thisRandom);
|
284
284
|
});
|
285
285
|
element.innerHTML = element.innerHTML.replace(thisRegex, drThis);
|
286
|
-
alert(1);
|
287
286
|
return thisRandom;
|
288
287
|
};
|
289
288
|
RawSet.drThisDecoding = function (element, thisRandom) {
|
package/dist/dom-render.js
CHANGED
@@ -697,7 +697,6 @@ var RawSet = (function () {
|
|
697
697
|
it.innerHTML = it.innerHTML.replace(thisRegex, thisRandom);
|
698
698
|
});
|
699
699
|
element.innerHTML = element.innerHTML.replace(thisRegex, drThis);
|
700
|
-
alert(1);
|
701
700
|
return thisRandom;
|
702
701
|
};
|
703
702
|
RawSet.drThisDecoding = function (element, thisRandom) {
|