Skip to content

Commit

Permalink
SAK-32480 - Put keyboard sortable into PBJQ instead of global $ (saka…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonespm authored Aug 26, 2017
1 parent 40eea91 commit 1f578fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $PBJQ(document).ready(function() {
};

/* Extends sortable, allows drag operations through keyboard shortcuts */
$.widget("sakai.keyboardSortable", $.ui.sortable, {
$PBJQ.widget("sakai.keyboardSortable", $PBJQ.ui.sortable, {
options: {
/* optional, a selector determining what focusable element inside the sortable item should be responding to drag shortcuts.
* defaults to the sortable item itself */
Expand Down

0 comments on commit 1f578fc

Please sign in to comment.