updated handlebar runtime

This commit is contained in:
kay.one 2013-06-01 10:15:42 -07:00
parent 0d7326c798
commit 68662b9cf4
2 changed files with 39 additions and 10 deletions

View file

@ -1,7 +1,7 @@
/* jquery.signalR.core.js */
/*global window:false */
/*!
* ASP.NET SignalR JavaScript Library v1.1.1
* ASP.NET SignalR JavaScript Library v1.1.2
* 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.1";
$.signalR.version = "1.1.2";
}(window.jQuery));