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", [ define("converse", [
"locales", "locales",
"backbone.localStorage", "backbone.localStorage",
"tinysort", "jquery.tinysort",
"strophe", "strophe",
"strophe.muc", "strophe.muc",
"strophe.roster", "strophe.roster",

View File

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