Comparing version 1.1.1 to 1.1.2
@@ -278,3 +278,3 @@ // Copyright Jeff Wilcox | ||
var callback = args[0]; | ||
var callback = args[args.length - 1]; | ||
@@ -281,0 +281,0 @@ if (callback && typeof callback !== 'function') |
{ | ||
"name": "mpns", | ||
"description": "A Node.js interface to the Microsoft Push Notification Service (MPNS) for Windows Phone.", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Jeff Wilcox <jeffwilcox+github@gmail.com>", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
18281
5
268