wp/wp-includes/js/wp-pointer.js
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 9 177826044cd9
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
     4  */
     4  */
     5 (function($){
     5 (function($){
     6 	var identifier = 0,
     6 	var identifier = 0,
     7 		zindex = 9999;
     7 		zindex = 9999;
     8 
     8 
     9 	$.widget('wp.pointer', {
     9 	/**
       
    10 	 * @class $.widget.wp.pointer
       
    11 	 */
       
    12 	$.widget('wp.pointer',/** @lends $.widget.wp.pointer.prototype */{
    10 		options: {
    13 		options: {
    11 			pointerClass: 'wp-pointer',
    14 			pointerClass: 'wp-pointer',
    12 			pointerWidth: 320,
    15 			pointerWidth: 320,
    13 			content: function() {
    16 			content: function() {
    14 				return $(this).text();
    17 				return $(this).text();