Skip to content

Commit 39a2588

Browse files
committed
Fix issue on happyrhino by updating hr.class
1 parent 2bdadb9 commit 39a2588

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

editor/core/application.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var CodeboxApplication = Application.extend({
1414
routes: {},
1515

1616
initialize: function() {
17-
Application.__super__.initialize.apply(this, arguments);
17+
CodeboxApplication.__super__.initialize.apply(this, arguments);
1818

1919
this.grid = new GridView({
2020
columns: 10
@@ -33,4 +33,4 @@ var CodeboxApplication = Application.extend({
3333
},
3434
});
3535

36-
module.exports = new CodeboxApplication();
36+
module.exports = new CodeboxApplication();

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
"hr.list": "0.3.1",
6868
"hr.storage": "0.2.0",
6969
"hr.model": "0.2.0",
70-
"hr.view": "1.0.0",
70+
"hr.view": "1.0.1",
7171
"hr.collection": "0.2.0",
72-
"hr.class": "1.2.2",
72+
"hr.class": "1.2.3",
7373
"hr.dnd": "0.2.0",
7474
"hr.gridview": "0.3.0",
7575
"hr.logger": "0.3.0",

0 commit comments

Comments
 (0)