- Remove carriage returns; fixes #37

- Remove extra spaces from svgcanvas, embedapi
This commit is contained in:
Brett Zamir
2018-05-18 15:39:36 +08:00
parent 1f3b8dad52
commit 10291dc556
28 changed files with 4268 additions and 4268 deletions

View File

@@ -45,7 +45,7 @@ function getCallbackSetter (d) {
return function () {
var t = this, // New callback
args = [].slice.call(arguments),
cbid = t.send(d, args, function () {}); // The callback (currently it's nothing, but will be set later)
cbid = t.send(d, args, function () {}); // The callback (currently it's nothing, but will be set later)
return function (newcallback) {
t.callbacks[cbid] = newcallback; // Set callback