Skip to content

Commit

Permalink
Merge pull request #110 from adaptlearning/issue/1060
Browse files Browse the repository at this point in the history
use "_isInteractionComplete" instead of "_isComplete"
  • Loading branch information
Himanshu Rajotia authored Jul 14, 2016
2 parents 13e9643 + 9f39b5a commit ce45009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/adapt-contrib-slider.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ define([
event.preventDefault();
this.tempValue = false;

if (this.model.get('_isComplete')) {
if (this.model.get('_isInteractionComplete')) {
return;
}

Expand Down

0 comments on commit ce45009

Please sign in to comment.