Move that various specific-widget-type functions outside the scope of
authorMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 17:06:16 +0000 (17:06 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Mar 2014 17:06:16 +0000 (17:06 +0000)
commit9fc300ff8b152249bd56c6c08e5008a04778e90b
treec30608d849f19ad29d301bfdd68c97397e0cf6ab
parente80aed69e023e9522c4a2ce59feb0bfed301810f
Move that various specific-widget-type functions outside the scope of
the generic widget object. Involves a lot of tedious mucking about with
var that=this, but it's worth it because it makes each individual
widget type its own thing, ready to moved out into a separate file.
src/mkws-widgets.js