Skip to content

Commit

Permalink
Update backbone and handlebars versions
Browse files Browse the repository at this point in the history
  • Loading branch information
eb1 committed Dec 29, 2023
1 parent e3e1de7 commit e074adf
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
6 changes: 3 additions & 3 deletions www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
require.config({

// 3rd party lib versions:
// backbone 1.4.0
// backbone 1.5.0
// backbone.babysitter 0.1.12
// backbone.wreqr 1.4.0
// circular-progress-bar 1.0.6
// fastclick 1.0.6
// featherlight 1.7.6
// featherlight.gallery 1.7.6
// hammer 2.0.8
// handlebars 4.7.7
// handlebars 4.7.8
// hopscotch 0.3.1+ ** NOTE: if upgrading, fold in the hack in hopscotch.js (search for EDB HACK) -
// ** This is for hopscotch on smaller screens, issue #30 on hopscotch, or #189 on AIM
// i18next 1.9.0
Expand All @@ -34,7 +34,7 @@ require.config({
// libraries
'backbone': 'backbone-min',
'hammerjs': 'hammer',
'handlebars': 'handlebars.min-v4.7.7',
'handlebars': 'handlebars.min-v4.7.8',
'jquery-hammerjs': 'jquery.hammer',
typeahead: 'typeahead.bundle',
'i18n': 'i18next.amd.withJQuery.min', //'jquery-i18next.min',//
Expand Down
4 changes: 2 additions & 2 deletions www/lib/backbone-min.js
100755 → 100644

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion www/lib/backbone-min.map
100755 → 100644

Large diffs are not rendered by default.

29 changes: 0 additions & 29 deletions www/lib/handlebars.min-v4.7.7.js

This file was deleted.

29 changes: 29 additions & 0 deletions www/lib/handlebars.min-v4.7.8.js

Large diffs are not rendered by default.

0 comments on commit e074adf

Please sign in to comment.