Skip to content

Commit

Permalink
corrected docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Fawzi committed Dec 14, 2012
1 parent 094c431 commit 68877ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README
Expand Up @@ -3,7 +3,7 @@
*
* idom v0.17
*
* Key-value JSON API for template-based HTML & SVG view compositing
* Key-value JSON API for template-based HTML view compositing
*
*
* ****************************************************************************
Expand Down Expand Up @@ -32,4 +32,4 @@
*
*/

Github demo page: http://idibidiart.github.com/idi.bidi.dom
Github demo page: http://idibidiart.github.com/idi.bidi.dom
6 changes: 3 additions & 3 deletions idom.js
Expand Up @@ -3,7 +3,7 @@
*
* idom v0.17
*
* Key-value JSON API for template-based HTML & SVG view compositing
* Key-value JSON API for template-based HTML view compositing
*
*
* ****************************************************************************
Expand Down Expand Up @@ -394,7 +394,7 @@ idom.cache = function() {

err.message = "you must prefix all in-line attributes with 'idom-' (incl. any class, style data- attributes and inline events)\n" +
"The non-prefixed attributes will be generated automatically after the idom-prefixed attributes are populated (this\n" +
"is to get around the IE 'style' issue and SVG validation"
"is to get around the IE 'style' issue"

throw err.message + '\n' + '\n' + getPathTo(el)
}
Expand Down Expand Up @@ -1983,4 +1983,4 @@ if (typeof(jQuery) == 'function') {
})(jQuery);
}

})()
})()
Binary file modified idom.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions test.html
Expand Up @@ -122,7 +122,7 @@ <h1><a href="http://github.com/idibidiart/idi.bidi.dom">idom</a>
<span class="small">by <a href="https://github.com/idibidiart">idibidiart</a></span></h1>

<div class="description">
Templated HTML &amp; SVG view compositing
Templated HTML view compositing
</div>
</div>

Expand All @@ -133,7 +133,7 @@ <h1><a href="http://github.com/idibidiart/idi.bidi.dom">idom</a>
*
* idom v0.17
*
* Key-value JSON API for template-based HTML &amp; SVG view compositing
* Key-value JSON API for template-based HTML view compositing
*
*
* ****************************************************************************
Expand Down

0 comments on commit 68877ed

Please sign in to comment.