Skip to content

Commit

Permalink
BUGFIX: fix JS typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Apr 21, 2017
1 parent 47a2ab8 commit bd554b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Public/ajax.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(function () {
var containers = document.querySelectorAll('[data-ajaxify]');

[].slice.call.from(containers).forEach(function(el) {
[].slice.call(containers).forEach(function(el) {
loadContainer(el);
});

Expand Down

0 comments on commit bd554b6

Please sign in to comment.