Unforked the shared modules -- ES6 is now the default

This commit is contained in:
Jeff Parsons 2017-01-31 13:50:55 -08:00 committed by Jeff Parsons
commit 822ab39cbe
108 changed files with 3310 additions and 9776 deletions

View file

@ -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");
}