Changes to be committed:

modified:   bower.json

   This commit takes the jQuery version from 2.1.1 to 1.9.1. I did not
   notice any issues when smoke testing the bootstrap-elements.html page
   or in the console.
This commit is contained in:
GradyD 2015-02-12 21:00:10 -05:00
parent 2d8c30fb01
commit 548c77190d

View File

@ -43,6 +43,6 @@
],
"license": "https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md",
"dependencies": {
"jquery": "~2.1.1"
"jquery": "~1.9.1"
}
}