Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Nov 7, 2015
1 parent 7342e1c commit c00145f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodemirrorWidget.php
Expand Up @@ -95,7 +95,7 @@ protected function _registerPlugin()
$id = $this->options['id'];

$settings = Json::encode($this->clientOptions);
$js = "CodeMirror.fromTextArea(document.getElementById('$id'), $settings)";
$js = "CodeMirror.fromTextArea(document.getElementById('$id'), $settings);";
$view->registerJs($js);
}

Expand Down

0 comments on commit c00145f

Please sign in to comment.