Subversion Repositories Applications.papyrus

Rev

Rev 1925 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1925 Rev 2048
Line 515... Line 515...
515
			{
515
			{
516
				padding		: '0',
516
				padding		: '0',
517
				backgroundImage	: 'none',
517
				backgroundImage	: 'none',
518
				border		: '0'
518
				border		: '0'
519
			} ) ;
519
			} ) ;
-
 
520
	},
-
 
521
	"Reset" : function()
-
 
522
	{
-
 
523
		FCKDragTableHandler._LeftCell = FCKDragTableHandler._RightCell = FCKDragTableHandler._TableMap = null ;
520
	}
524
	}
Line 521... Line 525...
521
 
525
 
Line 522... Line 526...
522
};
526
};
-
 
527