vendor/assets/javascripts/noty/jquery.noty.js in noty-rails-2.3.4 vs vendor/assets/javascripts/noty/jquery.noty.js in noty-rails-2.3.5

- old
+ new

@@ -1,8 +1,8 @@ /*! @package noty - jQuery Notification Plugin - @version version: 2.3.4 + @version version: 2.3.5 @contributors https://github.com/needim/noty/graphs/contributors @documentation Examples and Documentation - http://needim.github.com/noty/ @license Licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php @@ -528,7 +528,7 @@ }); }); // Helpers window.noty = function noty(options) { - return jQuery.notyRenderer.init(options); - }; \ No newline at end of file + return $.notyRenderer.init(options); + };