added scroll to top button

This commit is contained in:
kay.one 2013-06-24 22:47:56 -07:00
commit 272cc93bd2
4 changed files with 97 additions and 45 deletions

View file

@ -32,9 +32,16 @@ require.config({
[
'Instrumentation/ErrorHandler'
],
exports: '$'
},
exports: '$',
init: function () {
require(
[
'jQuery/ToTheTop'
]);
}
},
signalR: {
deps: