mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-17 06:48:59 +08:00
Refactoring
This commit is contained in:
@@ -54,10 +54,7 @@ class Sortable extends Widget
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
$options = $this->options;
|
||||
$tag = isset($options['tag']) ? $options['tag'] : 'div';
|
||||
unset($options['tag']);
|
||||
echo Html::endTag($tag) . "\n";
|
||||
echo Html::endTag(isset($this->options['tag']) ? $this->options['tag'] : 'div') . "\n";
|
||||
$this->registerWidget('sortable', false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user