Skip to content

Commit 6642ea2

Browse files
author
Nathaniel Blackburn
committed
Added necessary semi-colons
1 parent c57c061 commit 6642ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1251,7 +1251,7 @@
12511251
*/
12521252
function _populateHints(targetElm) {
12531253
var self = this;
1254-
this._introItems = []
1254+
this._introItems = [];
12551255

12561256
if (this._options.hints) {
12571257
for (var i = 0, l = this._options.hints.length; i < l; i++) {

0 commit comments

Comments
 (0)