Skip to content

Commit c83d2cf

Browse files
author
Cris
committed
added signature descriptions
1 parent 4fbd79e commit c83d2cf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+263390
-202
lines changed

resources/dist/main.js

Lines changed: 236795 additions & 197 deletions
Large diffs are not rendered by default.

resources/dist/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/main.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@
4949
-->
5050

5151
<!-- Bootload scripts -->
52-
<script src="./dist/main.js"></script>
52+
<script src="./main.js"></script>
5353
<!--
54-
<script src="./main.js"></script>
54+
<script src="./dist/main.js"></script>
5555
-->
5656

5757
</body>

resources/main.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ _global.formatter = require("./lib/[email protected]/agh.sprintf.js");
7373
// Components
7474
require("./src/[email protected]/components.js");
7575
//require("./src/[email protected]/components/components.js");
76-
require("./src/ritsjs@3.0/components/components.js");
76+
require("./src/ritsjs@4.0/components/components.js");
7777

7878
// Main Model
7979
//_global.RTSModel = require("./src/[email protected]/rtsjs.js");
80-
_global.RTSModel = require("./src/[email protected]/ritsjs.js");
80+
//_global.RTSModel = require("./src/[email protected]/ritsjs.js");
81+
_global.RTSModel = require("./src/[email protected]/ritsjs.js");
8182

8283
riot.mount('rts-main-window');
8384

0 commit comments

Comments
 (0)