Last modified: 2011-03-13 18:05:22 UTC
The preview.js file in /skins/common/ has a few useful functions, named notify(), dismissNotify(), and createNotify(), which would do well if moved outside that file. I propose a move to wikibits.js, where the functions could be accessed by userscripts and other extensions. The code I propose moving is on lines 125-162 of preview.js as of r28769.
These functions are obsolete and no longer exist in the current code... front-end JS is under major rework right now.