lib/javascripts/pagy.js in pagy-3.4.1 vs lib/javascripts/pagy.js in pagy-3.5.0
- old
+ new
@@ -1,9 +1,9 @@
// See the Pagy documentation: https://ddnexus.github.io/pagy/extras#javascript
function Pagy(){}
-Pagy.version = '3.4.1';
+Pagy.version = '3.5.0';
Pagy.init = function(arg){
var target = arg instanceof Event || arg === undefined ? document : arg,
jsonTags = target.getElementsByClassName('pagy-json');
if (target === document) { // reset resize-listeners on page load (#163)