Skip to content

Commit aeceb6c

Browse files
committed
bump version to 0.4.1, linting
1 parent ed832d2 commit aeceb6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/js/app/Instance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ LocusZoom.Instance.prototype.applyState = function(new_state){
944944
this.controls.update();
945945

946946
// Apply new state properties
947-
for (var property in new_state) {
947+
for (property in new_state) {
948948
this.state[property] = new_state[property];
949949
}
950950

assets/js/app/LocusZoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/* eslint-disable no-console */
44

55
var LocusZoom = {
6-
version: "0.4.0"
6+
version: "0.4.1"
77
};
88

99
// Populate a single element with a LocusZoom instance.

0 commit comments

Comments
 (0)