Svg-painter: fix couple of jshint warnings, see #26333.
Built from https://develop.svn.wordpress.org/trunk@26603 git-svn-id: http://core.svn.wordpress.org/trunk@26493 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a6fdf9cc8c
commit
a29c279f2a
@ -1,8 +1,11 @@
|
|||||||
/* global wp_color_scheme:true */
|
/**
|
||||||
|
* Attempt to re-color SVG icons used in the admin menu or the toolbar
|
||||||
|
*
|
||||||
|
*/
|
||||||
var svgPainter = ( function( $, window, document, undefined ) {
|
var svgPainter = ( function( $, window, document, undefined ) {
|
||||||
'use strict';
|
'use strict';
|
||||||
var selector, base64,
|
var selector, base64,
|
||||||
colorscheme = {},
|
colorscheme = {},
|
||||||
elements = [];
|
elements = [];
|
||||||
|
|
||||||
$(document).ready( function() {
|
$(document).ready( function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user