Fix undefined var reference to this.shift_widgets_up - should ref option

This commit is contained in:
Bill Schaller
2015-05-18 15:05:48 -04:00
parent 453cfaab5a
commit a2097cc426
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2916,7 +2916,7 @@
/* if there is not widgets overlapping in the new player position,
* update the new placeholder position. */
if (!$overlapped_widgets.length) {
if (this.shift_widgets_up) {
if (this.options.shift_widgets_up) {
var pp = this.can_go_player_up(this.player_grid_data);
if (pp !== false) {
to_row = pp;
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -2916,7 +2916,7 @@
/* if there is not widgets overlapping in the new player position,
* update the new placeholder position. */
if (!$overlapped_widgets.length) {
if (this.shift_widgets_up) {
if (this.options.shift_widgets_up) {
var pp = this.can_go_player_up(this.player_grid_data);
if (pp !== false) {
to_row = pp;
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -2022,7 +2022,7 @@
/* if there is not widgets overlapping in the new player position,
* update the new placeholder position. */
if (!$overlapped_widgets.length) {
if (this.shift_widgets_up) {
if (this.options.shift_widgets_up) {
var pp = this.can_go_player_up(this.player_grid_data);
if (pp !== false) {
to_row = pp;