Ignore:
Timestamp:
08/10/08 07:09:26 (4 years ago)
Author:
s.lewis
Message:

Added a utils file for miscellaneous helper functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/scott/0.6-a4/js/plugins/plugin1/test.js

    r521 r522  
    1818            behaviors: { 
    1919                mouseover: function(e) { 
    20                     // $('#log').html('Plugin for<br /> WYMeditor Instance ' + e.data.parent._index); 
     20                    // Add mouseover behavior here 
    2121                }, 
    2222                mouseout: function(e) { 
    23                     // $('#log').html(''); 
     23                    // Add mouseout behavior here 
    2424                }, 
    2525                click: function(e) { 
Note: See TracChangeset for help on using the changeset viewer.