data-transition on link, and BaseTransition as interface

This commit is contained in:
Quentin Hocdé
2018-02-01 16:14:35 -05:00
parent 8b77d8ae40
commit bd33e8cb02
12 changed files with 226 additions and 1025 deletions

View File

@@ -5,7 +5,7 @@ const $document = $(document);
const $window = $(window);
const $html = $(document.documentElement).removeClass('has-no-js').addClass('has-js');
const $body = $(document.body);
const $pjaxWrapper = $('#js-pjax-wrapper');
const $pjaxWrapper = $('#js-pjax-wrapper');
const isDebug = !!$html.data('debug');