Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
MOBILE-425 Update 3rd party libraries
Browse files Browse the repository at this point in the history
Also I renamed jquery-version.min.js to jquery.min.js
I’m using minimized files when possible since it seems that despite
there is not network transfer (we are in local), minimized files are
parsed and runs faster (at least, chrome profiling tools says so)
  • Loading branch information
jleyva committed Feb 5, 2014
1 parent 7b1c8fe commit 41aa982
Show file tree
Hide file tree
Showing 15 changed files with 771 additions and 6,416 deletions.
16 changes: 8 additions & 8 deletions about.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,32 +54,32 @@
"thirdpartylibs": [
{
"name": "Backbone.js",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT"
},
{
"name": "Backbone LocalStorage Adapter",
"version": "1.1.6",
"version": "1.1.7",
"license": "MIT"
},
{
"name": "html2canvas",
"version": "0.4.0",
"version": "0.4.1",
"license": "MIT"
},
{
"name": "jQuery",
"version": "1.8.1",
"version": "1.11.0",
"license": "MIT"
},
{
"name": "jQuery UI",
"version": "1.9.1",
"version": "1.10.4",
"license": "MIT"
},
{
"name": "jQuery touchSwipe",
"version": "1.6.3",
"version": "1.6.5",
"license": "MIT or GPL Version 2"
},
{
Expand All @@ -99,12 +99,12 @@
},
{
"name": "RequireJS",
"version": "2.1.8",
"version": "2.1.10",
"license": "MIT or new BSD"
},
{
"name": "RequireJS text plugin",
"version": "2.0.7",
"version": "2.0.10",
"license": "MIT or new BSD"
},
{
Expand Down
220 changes: 2 additions & 218 deletions externallib/backbone-localstorage.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 41aa982

Please sign in to comment.