Make WordPress Core


Ignore:
Timestamp:
03/06/2012 10:48:07 PM (12 years ago)
Author:
koopersmith
Message:

Theme Customizer: Add a Control object to better encapsulate different UI elements and make it easy to switch between hard refreshes and postMessage. see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/js/customize-base.dev.js

    r20123 r20128  
    153153    api.Value = api.Class.extend({
    154154        initialize: function( initial, options ) {
    155             this._value = initial;
     155            this._value = initial; // @todo: potentially change this to a this.set() call.
    156156            this.callbacks = $.Callbacks();
    157157
Note: See TracChangeset for help on using the changeset viewer.