Skip to content

Commit

Permalink
1.0.3 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Mar 8, 2015
1 parent c2c05e5 commit beefdf5
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dist/css/framework7.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: March 7, 2015
* Released on: March 8, 2015
*/
html,
body {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framework7.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/framework7.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: March 7, 2015
* Released on: March 8, 2015
*/
/*=============
Framework 7 RTL Additions
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framework7.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/framework7.themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: March 7, 2015
* Released on: March 8, 2015
*/
/*==========================
Framework7 Layouts Themes
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framework7.themes.min.css

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

8 changes: 4 additions & 4 deletions dist/js/framework7.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: March 7, 2015
* Released on: March 8, 2015
*/
(function () {

Expand All @@ -24,7 +24,7 @@
var app = this;

// Version
app.version = '1.0.2';
app.version = '1.0.3';

// Default Parameters
app.params = {
Expand Down Expand Up @@ -844,9 +844,9 @@
searchIn: '.item-title',
searchBy: '',
found: null,
notFoud: null,
notFound: null,
overlay: null,
ignore: '.searhbar-ignore'
ignore: '.searchbar-ignore'
};
params = params || {};
for (var def in defaults) {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/framework7.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/js/framework7.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/framework7.min.js.map

Large diffs are not rendered by default.

0 comments on commit beefdf5

Please sign in to comment.