Changeset 24359
- Timestamp:
- 05/25/2013 08:58:35 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/js/wp-backbone.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/wp-backbone.js
r24358 r24359 2 2 3 3 (function ($) { 4 var template;5 4 /** 6 5 * wp.template( id ) … … 12 11 * @return {function} A function that lazily-compiles the template requested. 13 12 */ 14 template =wp.template = _.memoize(function ( id ) {13 wp.template = _.memoize(function ( id ) { 15 14 var compiled, 16 15 options = {
Note: See TracChangeset
for help on using the changeset viewer.