Browse Source

Remove unnecessary method call

pull/1378/head
jlukic 9 years ago
parent
commit
6fcd5108db
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/transition.js

1
src/definitions/modules/transition.js

@ -265,7 +265,6 @@ $.fn.transition = function() {
var var
style = module.get.style(), style = module.get.style(),
displayType = module.get.displayType(), displayType = module.get.displayType(),
hasInlineDisplay = module.has.inlineDisplay(),
overrideStyle = style + 'display: ' + displayType + ' !important;' overrideStyle = style + 'display: ' + displayType + ' !important;'
; ;
$module.css('display', ''); $module.css('display', '');

Loading…
Cancel
Save