tiny fixes

This commit is contained in:
vitalets 2012-11-27 14:27:10 +04:00
parent 5d8861a49a
commit f50bb8d4cb
2 changed files with 2 additions and 1 deletions

@ -3,6 +3,7 @@ X-editable changelog
Version 1.1.0 wip
----------------------------
[enh #11] cancel button changed to 'cross' (tarciozemel)
[enh] added support for IE7+ (vitalets)
[enh #9] 'name' or 'id' is not required anymore (vitalets)
[enh] 'clear' button added in date and dateui (vitalets)

@ -57,7 +57,7 @@ Or use grunt's _qunit_ task <code>grunt test</code>. For that you also need to [
5.To build lib + docs:
* run <code>grunt build</code> in **lib** directory
* run <code>build data-docs-dist</code> in **gh-pages** directory
You will get distributive in **lib/dist** and updated docs in **gh-pages/*.html**.
You will get distributive in **lib/dist** and updated docs in **gh-pages/index.html** and **gh-pages/docs.html** (don't edit these files directly).
6.Commit changes on <code>dev</code> branch and make pull request as usual.