Changeset 26603
- Timestamp:
- 12/04/2013 04:36:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/svg-painter.js
r26601 r26603 1 /* global wp_color_scheme:true */ 1 /** 2 * Attempt to re-color SVG icons used in the admin menu or the toolbar 3 * 4 */ 2 5 var svgPainter = ( function( $, window, document, undefined ) { 3 6 'use strict'; 4 7 var selector, base64, 5 colorscheme = {}, 8 colorscheme = {}, 6 9 elements = []; 7 10
Note: See TracChangeset
for help on using the changeset viewer.