updated marionette

This commit is contained in:
kay.one 2013-05-25 23:33:21 -07:00
parent 5ad5307a7b
commit 84cc7eaa68
4 changed files with 49 additions and 32 deletions

View file

@ -1,7 +1,7 @@
/* jquery.signalR.core.js */
/*global window:false */
/*!
* ASP.NET SignalR JavaScript Library v1.1.0
* ASP.NET SignalR JavaScript Library v1.1.1
* http://signalr.net/
*
* Copyright Microsoft Open Technologies, Inc. All rights reserved.
@ -2119,5 +2119,5 @@
/*global window:false */
/// <reference path="jquery.signalR.core.js" />
(function ($) {
$.signalR.version = "1.1.0";
$.signalR.version = "1.1.1";
}(window.jQuery));