Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Oswald committed Jan 19, 2019
1 parent fbbf63a commit 6d061bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/cim.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,10 +320,7 @@ define
promise = new Promise (xml_read_promise.bind (this, blob, 0, null, null));
promise.then
(
function (result)
{
callback (result);
},
callback,
function (err)
{
if ("undefined" != typeof (console))
Expand Down

0 comments on commit 6d061bd

Please sign in to comment.