#4 Upgrading the JS API to prepare for custom options (no additional options yet, this is a change to make that possible in the future)

This commit is contained in:
eddyverbruggen@gmail.com 2015-04-22 22:02:16 +02:00
parent 6d4c052a12
commit 3e65a71ce6

View File

@ -1,3 +1,4 @@
using System;
using System.Runtime.Serialization; using System.Runtime.Serialization;
using System.Threading.Tasks; using System.Threading.Tasks;
using System.Windows; using System.Windows;
@ -48,7 +49,7 @@ namespace WPCordovaClassLib.Cordova.Commands
try try
{ {
toastOptions = JsonHelper.Deserialize<ToastOptions>(jsonOptions); toastOptions = JSON.JsonHelper.Deserialize<ToastOptions>(jsonOptions);
} }
catch (Exception) catch (Exception)
{ {