1
0
Fork 0

Remove multitext answer styler

This can now be handled with the existing formatters, specifically the
MultiDimension trait.  Specifically, multitext simply handled the
styling of vectors.

* src/ui/ElementStyler.js (_answerStylers): Remove multilimit
master
Mike Gerwitz 2016-07-20 15:23:35 -04:00
parent 85ec634bd7
commit 8d68880712
1 changed files with 0 additions and 8 deletions

View File

@ -84,14 +84,6 @@ module.exports = Class( 'ElementStyler',
_answerStyles: {
'multitext': function( values, _, default_val )
{
// for now
this._getAnswerStyler( 'multilimit' ).apply(
this, arguments
);
},
'deductible': function( value, _, default_val )
{
// if no value was given, be sure that we use the proper default