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