Skip to content

Commit 5380201

Browse files
Version 1.0
1 parent 1f55426 commit 5380201

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

js/hatemile/util/CommonFunctions.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@ exports.hatemile.util.CommonFunctions = {
6060
this.count++;
6161
}
6262
},
63+
/**
64+
* Reset the count number of ids.
65+
* @memberof hatemile.util.CommonFunctions
66+
*/
67+
68+
resetCount: function() {
69+
this.count = 0;
70+
},
6371
/**
6472
* Copy a list of attributes of a element for other element.
6573
* @param {hatemile.util.HTMLDOMElement} element1 The element that have

0 commit comments

Comments
 (0)