fix typo
This commit is contained in:
parent
c541c2aa46
commit
e1fcddaca7
@ -1,6 +1,6 @@
|
|||||||
/*global define*/
|
/*global define*/
|
||||||
define(
|
define(
|
||||||
[ 'util/dom', 'util/localizeText' ],
|
[ 'util/dom', 'util/localizetext' ],
|
||||||
function ( domHelper, loc ) {
|
function ( domHelper, loc ) {
|
||||||
var svgEls = [ 'g', 'svg', 'rect' ];
|
var svgEls = [ 'g', 'svg', 'rect' ];
|
||||||
var svgNameSpace = 'http://www.w3.org/2000/svg';
|
var svgNameSpace = 'http://www.w3.org/2000/svg';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user