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

- old
+ new

@@ -1,31 +1,31 @@ (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: '' - }; + $.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); \ No newline at end of file