Skip to content

Commit

Permalink
JDF-444 Upgraded Lo-Dash to 1.3.1
Browse files Browse the repository at this point in the history
Also corrected a few mistakes involving the use of minified file references.
  • Loading branch information
VineetReynolds committed Jul 31, 2013
1 parent 2f7dc0b commit 9d6214f
Show file tree
Hide file tree
Showing 10 changed files with 20,809 additions and 5,085 deletions.
6 changes: 3 additions & 3 deletions kitchensink-backbone/src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
*/
load: [
"http://code.jquery.com/jquery-1.9.1.js",
// "http://code.jquery.com/jquery-1.9.1.min.js",
"js/libs/lodash-1.0.1.js",
// "js/libs/lodash-1.0.1.min.js",
// "http://code.jquery.com/jquery-1.9.1.min.js",
"js/libs/lodash-1.3.1.js",
// "js/libs/lodash-1.3.1.min.js",
"js/libs/backbone-1.0.0.js",
// Minification - See Readme for details
// For minification, comment out this file
Expand Down

0 comments on commit 9d6214f

Please sign in to comment.