Skip to content

Commit

Permalink
Bugfixes and added showViewOnRender
Browse files Browse the repository at this point in the history
  • Loading branch information
David van Leeuwen committed Nov 5, 2014
1 parent d4d12fd commit ed0d534
Show file tree
Hide file tree
Showing 15 changed files with 143 additions and 117 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ For a complete overview of the documentation visit: [http://awkward.github.io/ba

#### Bundled version
If you're using Backbone and Marionette.
* [backbone.modal-bundled-min.js](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.1/backbone.modal-bundled-min.js)
* [backbone.modal-bundled-min.js](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.2/backbone.modal-bundled-min.js)

#### Backbone.Modals.js and Backbone.Marionette.Modals.js separate
If you just want to use the Backbone version without Marionette.
* [backbone.modal-min.js](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.1/backbone.modal-min.js)
* [backbone.marionette.modals-min.js](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.1/backbone.marionette.modals-min.js)
* [backbone.modal-min.js](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.2/backbone.modal-min.js)
* [backbone.marionette.modals-min.js](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.2/backbone.marionette.modals-min.js)

#### CSS files
There's default style, and you can use our theme to make things look pretty.
* [backbone.modal.css](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.1/backbone.modal.css)
* [backbone.modal.theme.css](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.1/backbone.modal.theme.css)
* [backbone.modal.css](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.2/backbone.modal.css)
* [backbone.modal.theme.css](https://raw.githubusercontent.com/awkward/backbone.modal/v1.1.2/backbone.modal.theme.css)

### How to contribute

Expand Down
2 changes: 1 addition & 1 deletion backbone.marionette.modals-min.js

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

27 changes: 17 additions & 10 deletions backbone.marionette.modals.js

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

2 changes: 1 addition & 1 deletion backbone.modal-bundled-min.js

Large diffs are not rendered by default.

86 changes: 49 additions & 37 deletions backbone.modal-bundled.js

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

Loading

0 comments on commit ed0d534

Please sign in to comment.