misc work

This commit is contained in:
Peter Cottle 2013-10-06 14:30:50 -07:00
parent 906216d98b
commit 1ed8a2524a
8 changed files with 350 additions and 13 deletions

View file

@ -32,7 +32,8 @@ exports.levelSequences = {
if (typeof window !== 'undefined' && window.location &&
window.location.href.indexOf('showRemote') !== -1) {
exports.levelSequences.remote = [
require('./remote/clone').level
require('./remote/clone').level,
require('./remote/fetch').level
];
}