lib/javascripts/pagy.js in pagy-3.14.0 vs lib/javascripts/pagy.js in pagy-4.0.0
- old
+ new
@@ -1,9 +1,9 @@
// See the Pagy documentation: https://ddnexus.github.io/pagy/extras#javascript
function Pagy(){}
-Pagy.version = '3.14.0';
+Pagy.version = '4.0.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)