Skip to content

Commit

Permalink
Added note to readme: Requires 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMoore committed Aug 31, 2010
1 parent 10be78f commit 63ceb18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
A jQuery templating plugin.
Note: this plugin requires jquery version 1.4.2.
____________________________________________________________________

// Render one LI, filled with data, then append it into the UL
Expand Down
3 changes: 1 addition & 2 deletions jquery.tmpl.js
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,6 @@
"');}return _;"
);
}

function updateWrapped( options, wrapped ) {
// Build the wrapped content.
options._wrap = build( options, true,
Expand Down Expand Up @@ -477,4 +476,4 @@
jQuery.tmpl( null, null, null, this).insertBefore( coll[0] );
jQuery( coll ).remove();
}
})(jQuery);
})( jQuery );

0 comments on commit 63ceb18

Please sign in to comment.