Created
August 21, 2011 13:07
-
-
Save jasonmorganson/1160591 to your computer and use it in GitHub Desktop.
Backbone.js view rendering using weld.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
render: -> | |
@el.innerHTML = document.querySelector( if @id then '#'+@id else '.'+@className ).innerHTML | |
weld( @el, @model.attributes ) | |
@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment