Skip to content

Commit 0ce5afb

Browse files
Source Formatting
1 parent 45c1dde commit 0ce5afb

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

src/tracking.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,6 @@ Canvas.prototype = {
218218

219219
instance.domElement = domElement;
220220
instance.context = domElement.getContext('2d');
221-
222-
return domElement;
223221
},
224222

225223
getImageData: function(opt_x, opt_y, opt_width, opt_height) {
@@ -328,8 +326,6 @@ Video.prototype = {
328326
instance.linkAttr('width', canvas, true);
329327

330328
instance.canvas = canvas;
331-
332-
return canvas;
333329
},
334330

335331
createVideo_: function() {
@@ -342,8 +338,6 @@ Video.prototype = {
342338
domElement.width = instance.get('width');
343339

344340
instance.domElement = domElement;
345-
346-
return domElement;
347341
},
348342

349343
getVideoCanvasImageData: function() {

0 commit comments

Comments
 (0)