We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f55426 commit 5380201Copy full SHA for 5380201
js/hatemile/util/CommonFunctions.js
@@ -60,6 +60,14 @@ exports.hatemile.util.CommonFunctions = {
60
this.count++;
61
}
62
},
63
+ /**
64
+ * Reset the count number of ids.
65
+ * @memberof hatemile.util.CommonFunctions
66
+ */
67
+
68
+ resetCount: function() {
69
+ this.count = 0;
70
+ },
71
/**
72
* Copy a list of attributes of a element for other element.
73
* @param {hatemile.util.HTMLDOMElement} element1 The element that have
0 commit comments