default parameter added

This commit is contained in:
Piotr Zalewa 2014-06-04 15:24:21 +02:00
parent cd7916d025
commit 846190a6f8

View File

@ -47,7 +47,7 @@ var IABExecs = {
open: function (win, lose, args) {
var strUrl = args[0],
target = args[1],
features_string = args[2],
features_string = args[2] || "location=yes", //location=yes is default
features = {},
url,
elem;