Skip to content

Commit

Permalink
Merge pull request #26 from hyperaudio/24-jQuery-scope-bug-vnum
Browse files Browse the repository at this point in the history
fix for jQuery compatibility - tested - looking good.
  • Loading branch information
maboa authored Feb 11, 2021
2 parents b61cebd + 1a262f7 commit 1d24a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/hyperaudio-lite.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*! (C) The Hyperaudio Project. MIT @license: en.wikipedia.org/wiki/MIT_License. */
/*! Version 1.1.0 */
/*! Version 1.1.2 */

'use strict';

Expand Down Expand Up @@ -162,7 +162,7 @@ var hyperaudiolite = (function () {
}
}

velocity = Velocity || jQuery.Velocity || window.jQuery.Velocity;
velocity = window.Velocity || window.jQuery.Velocity;
}

function getSelectionMediaFragment() {
Expand Down

0 comments on commit 1d24a7b

Please sign in to comment.