Make WordPress Core

Changeset 24359


Ignore:
Timestamp:
05/25/2013 08:58:35 PM (13 years ago)
Author:
koopersmith
Message:

Remove unnecessary local variable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/wp-backbone.js

    r24358 r24359  
    22
    33(function ($) {
    4     var template;
    54    /**
    65     * wp.template( id )
     
    1211     * @return {function}    A function that lazily-compiles the template requested.
    1312     */
    14     template = wp.template = _.memoize(function ( id ) {
     13    wp.template = _.memoize(function ( id ) {
    1514        var compiled,
    1615            options = {
Note: See TracChangeset for help on using the changeset viewer.