Commit d4502d6e authored by JC Brand's avatar JC Brand

As with localstorage, give tinysort it's full name

(Aids with bungle integration)
parent 7b0e1d33
......@@ -15,7 +15,7 @@
define("converse", [
"locales",
"backbone.localStorage",
"tinysort",
"jquery.tinysort",
"strophe",
"strophe.muc",
"strophe.roster",
......
......@@ -2,7 +2,7 @@ require.config({
paths: {
"jquery": "components/jquery/jquery",
"locales": "locale/locales",
"tinysort": "components/tinysort/src/jquery.tinysort",
"jquery.tinysort": "components/tinysort/src/jquery.tinysort",
"underscore": "components/underscore/underscore",
"backbone": "components/backbone/backbone",
"backbone.localStorage": "components/backbone.localStorage/backbone.localStorage",
......
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