vendor/assets/javascripts/noty/layouts/inline.js in noty-rails-2.2.9 vs vendor/assets/javascripts/noty/layouts/inline.js in noty-rails-2.3.4

- old
+ new

@@ -1,31 +1,27 @@ -(function($) { - - $.noty.layouts.inline = { - name : 'inline', - options : {}, - container: { - object : '<ul class="noty_inline_layout_container" />', - selector: 'ul.noty_inline_layout_container', - style : function() { - $(this).css({ - width : '100%', - height : 'auto', - margin : 0, - padding : 0, - listStyleType: 'none', - zIndex : 9999999 - }); - } - }, - parent : { - object : '<li />', - selector: 'li', - css : {} - }, - css : { - display: 'none' - }, - addClass : '' - }; - -})(jQuery); +$.noty.layouts.inline = { + name : 'inline', + options : {}, + container: { + object : '<ul class="noty_inline_layout_container" />', + selector: 'ul.noty_inline_layout_container', + style : function() { + $(this).css({ + width : '100%', + height : 'auto', + margin : 0, + padding : 0, + listStyleType: 'none', + zIndex : 9999999 + }); + } + }, + parent : { + object : '<li />', + selector: 'li', + css : {} + }, + css : { + display: 'none' + }, + addClass : '' +}; \ No newline at end of file