SignalR/Nancy/Owin/Mono

This commit is contained in:
kay.one 2013-05-05 14:24:33 -07:00
parent 45b4972091
commit 87a5dc7869
40 changed files with 2375 additions and 76 deletions

View file

@ -1,5 +1,5 @@
"use strict";
define(function () {
(function () {
/* var model = new NzbDrone.Shared.NotificationModel();
model.set('title','test notification');
@ -12,9 +12,6 @@ define(function () {
window.Messenger().post(message);
};
var self = this;
window.onerror = function (msg, url, line) {
try {
@ -69,5 +66,5 @@ define(function () {
return false;
});
});
})();