Commit 95ad5f4d authored by missingdays's avatar missingdays

Change randomizer routes

parent c749fcc1
......@@ -5,7 +5,7 @@
* Distributed under terms of the MIT license.
*/
define(['../../randomizer/module1/main', '../../randomizer/module2/main'], function(module1, module2){
define(['randomizer/module1/main', 'randomizer/module2/main'], function(module1, module2){
return function() {
if(Math.random() > 0.5) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment