vendor/assets/javascripts/jquery.pnotify.js in h2ocube_rails_assets-0.0.2 vs vendor/assets/javascripts/jquery.pnotify.js in h2ocube_rails_assets-0.0.3
- old
+ new
@@ -1,5 +1,7 @@
+//= require jquery
+
/*
* jQuery Pines Notify (pnotify) Plugin 1.2.0
*
* http://pinesframework.org/pnotify/
* Copyright (c) 2009-2012 Hunter Perrin
@@ -907,6 +909,6 @@
// Change new lines to br tags.
insert_brs: true,
// The stack on which the notices will be placed. Also controls the direction the notices stack.
stack: {"dir1": "down", "dir2": "left", "push": "bottom", "spacing1": 25, "spacing2": 25}
};
-})(jQuery);
\ No newline at end of file
+})(jQuery);