Released version 2.2.2
This commit is contained in:
parent
252d03fdf1
commit
2816acbb75
|
@ -3,7 +3,7 @@
|
||||||
http://jsoneditoronline.org
|
http://jsoneditoronline.org
|
||||||
|
|
||||||
|
|
||||||
## version 2.2.2
|
## 2013-08-01, version 2.2.2
|
||||||
|
|
||||||
- Fixed non working option `indentation`.
|
- Fixed non working option `indentation`.
|
||||||
- Fixed css not being loaded with AMD in case of multiple scripts.
|
- Fixed css not being loaded with AMD in case of multiple scripts.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "2.2.2-SNAPSHOT",
|
"version": "2.2.2",
|
||||||
"description": "A web-based tool to view, edit and format JSON",
|
"description": "A web-based tool to view, edit and format JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
"json",
|
"json",
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -27,8 +27,8 @@
|
||||||
* Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org
|
* Copyright (c) 2011-2013 Jos de Jong, http://jsoneditoronline.org
|
||||||
*
|
*
|
||||||
* @author Jos de Jong, <wjosdejong@gmail.com>
|
* @author Jos de Jong, <wjosdejong@gmail.com>
|
||||||
* @version 2.2.2-SNAPSHOT
|
* @version 2.2.2
|
||||||
* @date 2013-07-31
|
* @date 2013-08-01
|
||||||
*/
|
*/
|
||||||
(function () {
|
(function () {
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "jsoneditor",
|
"name": "jsoneditor",
|
||||||
"version": "2.2.2-SNAPSHOT",
|
"version": "2.2.2",
|
||||||
"description": "A web-based tool to view, edit and format JSON",
|
"description": "A web-based tool to view, edit and format JSON",
|
||||||
"tags": [
|
"tags": [
|
||||||
"json",
|
"json",
|
||||||
|
|
Loading…
Reference in New Issue