Skip to content

Commit

Permalink
updated example in Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 24, 2014
1 parent c45a944 commit c29d234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Changes
Expand Up @@ -2,9 +2,9 @@
4.70 2014-01-25
- Updated jQuery to version 2.1.
- Improved tag helpers to make data attributes more convenient. (ravengerUA)
%= tag 'div', data => {id => 1, name => 'ok'} => 'some content'
%= tag 'div', data => {id => 1, name => 'test'} => 'some content'
is equivalent to
%= tag 'div', data-id => 1, data-name => 'ok' => 'some content'
%= tag 'div', data-id => 1, data-name => 'test' => 'some content'

4.69 2014-01-24
- Improved router to allow format detection for bridges.
Expand Down

0 comments on commit c29d234

Please sign in to comment.