Changeset 36583
- Timestamp:
- 02/19/2016 03:46:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/customize-base.js
r33911 r36583 705 705 event = event.originalEvent; 706 706 707 if ( ! this.targetWindow () )707 if ( ! this.targetWindow || ! this.targetWindow() ) { 708 708 return; 709 } 709 710 710 711 // Check to make sure the origin is valid.
Note: See TracChangeset
for help on using the changeset viewer.