Skip to content

Commit

Permalink
version up: 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHong88 committed Mar 21, 2019
1 parent c83ba26 commit 7e742d7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ $ bower install --save suneditor
const suneditor = SUNEDITOR.create((document.getElementById('sample') || 'sample'),{
// All of the plugins are loaded in the "window.SUNEDITOR" object in dist/suneditor.min.js file
// Insert options
// Language global object
// Language global object (default: en)
lang: SUNEDITOR_LANG['ko']
});
```
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suneditor",
"version": "2.11.1",
"version": "2.12.0",
"description": "Pure JavaScript based WYSIWYG web editor",
"main": "src/suneditor.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion dist/suneditor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sideEffects": [
"./src/assets/css/*.css"
],
"version": "2.11.1",
"version": "2.12.0",
"description": "Pure JavaScript based WYSIWYG web editor",
"main": "src/suneditor.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sample/html/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<span class="pl-k">const</span> <span class="pl-c1">suneditor</span> <span class="pl-k">=</span> <span class="pl-c1">SUNEDITOR</span>.<span class="pl-en">create</span>((<span class="pl-c1">document</span>.<span class="pl-c1">getElementById</span>(<span class="pl-s"><span class="pl-pds">'</span>sample<span class="pl-pds">'</span></span>) <span class="pl-k">||</span> <span class="pl-s"><span class="pl-pds">'</span>sample<span class="pl-pds">'</span></span>),{
<span class="pl-c"><span class="pl-c">//</span> All of the plugins are loaded in the "window.SUNEDITOR" object in dist/suneditor.min.js file</span>
<span class="pl-c"><span class="pl-c">//</span> Insert options</span>
<span class="pl-c"><span class="pl-c">//</span> Language global object</span>
<span class="pl-c"><span class="pl-c">//</span> Language global object (default: en)</span>
lang<span class="pl-k">:</span> <span class="pl-c1">SUNEDITOR_LANG</span>[<span class="pl-s"><span class="pl-pds">'</span>ko<span class="pl-pds">'</span></span>]
});</pre></div>

Expand Down

0 comments on commit 7e742d7

Please sign in to comment.