2015-05-05 11:56:35 +02:00
|
|
|
module.exports.index = "/";
|
|
|
|
module.exports.bouncing = '/bouncing/';
|
|
|
|
module.exports.multisphere = '/multisphere/';
|
|
|
|
module.exports.prototype = '/prototype/';
|
|
|
|
module.exports.arrows = '/prototype/arrows/';
|
|
|
|
module.exports.viewports = '/prototype/viewports/';
|
|
|
|
module.exports.stream = '/stream/';
|
2015-05-11 08:45:13 +02:00
|
|
|
module.exports.reverse = '/prototype/reverse/';
|