Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "ss-utils", | ||
"title": "ServiceStack JavaScript Utils", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"description": "ServiceStack's JavaScript library providing a number of convenience utilities in developing javascript web apps. Integrates with ServiceStack's Server features including Error Handling, Validation and Server Events", | ||
@@ -6,0 +6,0 @@ "homepage": "https://github.com/ServiceStack/ss-utils", |
@@ -566,3 +566,3 @@ ;(function (root, f) { | ||
var fn = $.ss.handlers["onMessage"]; | ||
if (fn) fn.cal(el || document.body, msg, e); | ||
if (fn) fn.call(el || document.body, msg, e); | ||
@@ -569,0 +569,0 @@ if (opt.success) opt.success(selector, msg, e); //deprecated |
29915