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 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) {
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dom-render",
3
- "version": "1.0.28",
3
+ "version": "1.0.29",
4
4
  "main": "DomRender.js",
5
5
  "license": "MIT",
6
6
  "description": "dom-render",