Skip to content

Commit

Permalink
Merge branch 'zerkms-master' into 2.0.2-wip
Browse files Browse the repository at this point in the history
Conflicts:
	Makefile
  • Loading branch information
mdo committed Mar 12, 2012
2 parents 8fd126b + 354252b commit 95cb6f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Expand Up @@ -19,7 +19,6 @@ docs: bootstrap
cp img/* docs/assets/img/
cp js/*.js docs/assets/js/
cp js/tests/vendor/jquery.js docs/assets/js/
cp js/tests/vendor/jquery.js docs/assets/js/

#
# BUILD SIMPLE BOOTSTRAP DIRECTORY
Expand Down Expand Up @@ -59,4 +58,4 @@ watch:
watchr -e "watch('less/.*\.less') { system 'make' }"


.PHONY: docs watch gh-pages
.PHONY: docs watch gh-pages
2 changes: 1 addition & 1 deletion js/README.md
Expand Up @@ -28,7 +28,7 @@ All public APIs should be single, chainable methods, and return the collection a
All methods should accept an optional options object, a string which targets a particular method, or null which initiates the default behavior:

$("#myModal").modal() // initialized with defaults
$("#myModal").modal({ keyboard: false }) // initialized with now keyboard
$("#myModal").modal({ keyboard: false }) // initialized with no keyboard
$("#myModal").modal('show') // initializes and invokes show immediately afterqwe2

---
Expand Down

0 comments on commit 95cb6f0

Please sign in to comment.