vendor/assets/javascripts/noty/layouts/centerLeft.js in noty-rails-2.0.3.1 vs vendor/assets/javascripts/noty/layouts/centerLeft.js in noty-rails-2.1.0

- old
+ new

@@ -1,11 +1,11 @@ ;(function($) { $.noty.layouts.centerLeft = { name: 'centerLeft', options: { // overrides options - + }, container: { object: '<ul id="noty_centerLeft_layout_container" />', selector: 'ul#noty_centerLeft_layout_container', style: function() { @@ -28,11 +28,11 @@ var actual_height = dupe.height(); dupe.remove(); if ($(this).hasClass('i-am-new')) { $(this).css({ - top: ($(window).height() - actual_height) / 2 + 'px', + top: ($(window).height() - actual_height) / 2 + 'px' }); } else { $(this).animate({ top: ($(window).height() - actual_height) / 2 + 'px' }, 500); @@ -56,6 +56,6 @@ width: '310px' }, addClass: '' }; -})(jQuery); \ No newline at end of file +})(jQuery);