fix typo
This commit is contained in:
+1
-1
@@ -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';
|
||||||
|
|||||||
Reference in New Issue
Block a user