Skip to content

Commit 5eb582e

Browse files
committed
Fix typo in editor. Fixes #205
1 parent 35ca167 commit 5eb582e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-editor",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"authors": [
55
"Jeremy Dorn <[email protected]>"
66
],

dist/jsoneditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! JSON Editor v0.7.2 - JSON Schema -> HTML Editor
1+
/*! JSON Editor v0.7.3 - JSON Schema -> HTML Editor
22
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
33
* Released under the MIT license
44
*
@@ -1306,7 +1306,7 @@ JSONEditor.AbstractEditor = Class.extend({
13061306

13071307
this.theme = this.jsoneditor.theme;
13081308
this.template_engine = this.jsoneditor.template;
1309-
this.iconlib = this.jsoneditor.inonlib;
1309+
this.iconlib = this.jsoneditor.iconlib;
13101310

13111311
this.original_schema = options.schema;
13121312
this.schema = this.jsoneditor.expandSchema(this.original_schema);

dist/jsoneditor.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ JSONEditor.AbstractEditor = Class.extend({
3030

3131
this.theme = this.jsoneditor.theme;
3232
this.template_engine = this.jsoneditor.template;
33-
this.iconlib = this.jsoneditor.inonlib;
33+
this.iconlib = this.jsoneditor.iconlib;
3434

3535
this.original_schema = options.schema;
3636
this.schema = this.jsoneditor.expandSchema(this.original_schema);

src/intro.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! JSON Editor v0.7.2 - JSON Schema -> HTML Editor
1+
/*! JSON Editor v0.7.3 - JSON Schema -> HTML Editor
22
* By Jeremy Dorn - https://github.com/jdorn/json-editor/
33
* Released under the MIT license
44
*

0 commit comments

Comments
 (0)