Skip to content

Commit

Permalink
Follow coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoks committed Sep 5, 2018
1 parent 6040622 commit 039cc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/image-hotspots.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ H5P.ImageHotspots = (function ($, EventDispatcher) {
}
});

for(var i=0; i<numHotspots; i++) {
for (var i=0; i<numHotspots; i++) {
try {
var hotspot = new ImageHotspots.Hotspot(this.options.hotspots[i], this.options, this.id, isSmallDevice, self);
hotspot.appendTo(this.$hotspotContainer);
Expand Down

0 comments on commit 039cc60

Please sign in to comment.