Commit 87f0c89f authored by Ivan Tyagov's avatar Ivan Tyagov

Move route library to lib/

parent 7653e6ec
......@@ -2,8 +2,8 @@
require.config({
baseUrl: "../..",
paths: {
route: "examples/route/route",
url: "examples/route/url",
route: "lib/route/route",
url: "lib/route/url",
jquery: "lib/jquery/jquery"
},
});
......
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