Browse Source

Adds new debug to popup for positioning

pull/1484/merge
jlukic 10 years ago
parent
commit
bbf6a49f0c
1 changed files with 2 additions and 0 deletions
  1. 2
      src/definitions/modules/popup.js

2
src/definitions/modules/popup.js

@ -655,6 +655,8 @@ $.fn.popup = function(parameters) {
module.error(error.invalidPosition, position);
}
module.debug('Calculated popup positioning values', positioning);
// tentatively place on stage
$popup
.css(positioning)

Loading…
Cancel
Save