Unforked the shared modules -- ES6 is now the default
This commit is contained in:
parent
323a42be37
commit
822ab39cbe
108 changed files with 3310 additions and 9776 deletions
|
|
@ -29,8 +29,8 @@
|
|||
"use strict";
|
||||
|
||||
if (NODE) {
|
||||
var Str = require("../../shared/es6/strlib");
|
||||
var Component = require("../../shared/es6/component");
|
||||
var Str = require("../../shared/lib/strlib");
|
||||
var Component = require("../../shared/lib/component");
|
||||
var Messages8080 = require("./messages");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue