Skip to content

Commit

Permalink
use old function syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasoniii committed May 11, 2018
1 parent 33c826a commit a20ea6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ define([
self.renderSVG();
},

renderSVG() {
renderSVG : function() {

var self = this;
var text = self.text;
Expand Down

0 comments on commit a20ea6e

Please sign in to comment.