Changeset 33709
- Timestamp:
- 08/22/2015 05:23:37 PM (9 years ago)
- Location:
- trunk/src/wp-includes/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/customize-loader.js
r31885 r33709 1 1 /* global _wpCustomizeLoaderSettings, confirm */ 2 /* 3 * Expose a public API that allows the customizer to be 4 * loaded on any page. 5 */ 2 6 window.wp = window.wp || {}; 3 7 -
trunk/src/wp-includes/js/customize-preview.js
r31697 r33709 1 /* 2 * Script run inside a Customizer preview frame. 3 */ 1 4 (function( exports, $ ){ 2 5 var api = wp.customize, … … 31 34 api.Preview = api.Messenger.extend({ 32 35 /** 33 * Requires params: 34 * - url - the URL of preview frame 36 * @param {string} url The URL of preview frame 35 37 */ 36 38 initialize: function( params, options ) {
Note: See TracChangeset
for help on using the changeset viewer.