As with localstorage, give tinysort it's full name

(Aids with bungle integration)
This commit is contained in:
JC Brand 2013-08-26 14:45:24 +02:00
parent 7b0e1d331b
commit d4502d6e6f
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
define("converse", [
"locales",
"backbone.localStorage",
"tinysort",
"jquery.tinysort",
"strophe",
"strophe.muc",
"strophe.roster",

View File

@ -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",