whitespace

This commit is contained in:
Leo Horie 2014-10-01 22:22:38 -04:00
parent 586591c8b2
commit 481d3feead

View file

@ -839,7 +839,6 @@ Mithril = m = new function app(window, undefined) {
return false
}
script.src = options.url
+ (options.url.indexOf("?") > 0 ? "&" : "?")
+ (options.callbackKey ? options.callbackKey : "callback")