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:
Andrew Ozz 2013-12-04 04:37:09 +00:00
parent a6fdf9cc8c
commit a29c279f2a

View File

@ -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 ) {
'use strict';
var selector, base64,
colorscheme = {},
colorscheme = {},
elements = [];
$(document).ready( function() {