Skip to content

Commit

Permalink
Upgrade Underscore.js to version 1.13.6
Browse files Browse the repository at this point in the history
  • Loading branch information
coderkun committed Oct 19, 2023
1 parent 61ce898 commit a5073ba
Show file tree
Hide file tree
Showing 3 changed files with 2,043 additions and 1,549 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public static void setupCoreJavaScriptStack(OrderedConfiguration<StackExtension>
String provider)
{
configuration.add("requirejs", StackExtension.library(ROOT + "/require.js"));
configuration.add("underscore-library", StackExtension.library(ROOT + "/underscore-1.8.3.js"));
configuration.add("underscore-library", StackExtension.library(ROOT + "/underscore-1.13.6.js"));

if (provider.equals("prototype"))
{
Expand Down

0 comments on commit a5073ba

Please sign in to comment.