Skip to content

Commit

Permalink
48 - added rangeslider file to confidence slider to enable confidence…
Browse files Browse the repository at this point in the history
… slider to work inside an aat
  • Loading branch information
oliverfoster authored Aug 26, 2021
2 parents 5b0226b + 0b2bf84 commit 6987cf4
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-confidenceSlider",
"version": "3.0.1",
"version": "3.0.2",
"framework": ">=5",
"homepage": "https://github.com/adaptlearning/adapt-contrib-confidenceSlider",
"issues": "https://github.com/adaptlearning/adapt-contrib-confidenceSlider/issues",
Expand Down
2 changes: 1 addition & 1 deletion js/confidenceSliderView.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
define([
'core/js/adapt',
'components/adapt-contrib-slider/js/sliderView',
'components/adapt-contrib-slider/js/sliderView'
], function(Adapt, SliderView) {

var ConfidenceSliderView = SliderView.extend({
Expand Down
Loading

0 comments on commit 6987cf4

Please sign in to comment.