nother level

This commit is contained in:
Peter Cottle 2013-10-08 12:30:00 -07:00
parent 302e131189
commit f963c4ea0a
3 changed files with 187 additions and 3 deletions

View file

@ -42,7 +42,8 @@ if (typeof window !== 'undefined' && window.location &&
];
exports.levelSequences.remoteAdvanced = [
require('./remote/specify').level,
require('./remote/pushManyFeatures').level
require('./remote/pushManyFeatures').level,
require('./remote/mergeManyFeatures').level
];
}