Skip to content

Commit 2a5566e

Browse files
authored
Merge pull request usablica#648 from nblackburn/necessary-semi-colons
Added necessary semi-colons
2 parents 8f43883 + 6642ea2 commit 2a5566e

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)