equal
deleted
inserted
replaced
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(); |