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

Move route library to lib/

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