Changeset 20801
- Timestamp:
- 05/16/2012 05:17:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/customize-base.dev.js
r20799 r20801 128 128 if ( this.topics && this.topics[ id ] ) 129 129 this.topics[ id ].fireWith( this, slice.call( arguments, 1 ) ); 130 return this; 130 131 }, 131 132 … … 134 135 this.topics[ id ] = this.topics[ id ] || $.Callbacks(); 135 136 this.topics[ id ].add.apply( this.topics[ id ], slice.call( arguments, 1 ) ); 137 return this; 136 138 }, 137 139 … … 139 141 if ( this.topics && this.topics[ id ] ) 140 142 this.topics[ id ].remove.apply( this.topics[ id ], slice.call( arguments, 1 ) ); 143 return this; 141 144 } 142 145 };
Note: See TracChangeset
for help on using the changeset viewer.