[Pkg-javascript-commits] [jquery-minicolors] 05/15: Added `dataUris` settings to documentation

David Prévot taffit at moszumanska.debian.org
Wed Sep 3 16:34:47 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository jquery-minicolors.

commit 6e32a59203036eac61cffb7c4a263c6ec290092a
Author: Cory LaViska <cory at abeautifulsite.net>
Date:   Tue Sep 2 10:49:05 2014 -0400

    Added `dataUris` settings to documentation
---
 index.html | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/index.html b/index.html
index 1673a0d..fad8476 100644
--- a/index.html
+++ b/index.html
@@ -284,6 +284,7 @@ $.minicolors = {
 		change: null,
 		changeDelay: 0,
 		control: 'hue',
+		dataUris: true,
 		defaultValue: '',
 		hide: null,
 		hideSpeed: 100,
@@ -358,6 +359,14 @@ $.minicolors.defaults = $.extend($.minicolors.defaults, {
 					</p>
 				</dd>
 
+				<dt>dataUris</dt>
+				<dd>
+					<p>
+						This setting will force the plugin to load an external image instead of using
+						dataURIs. Set this to <code>false</code> if you require IE7 support.
+					</p>
+				</dd>
+
 				<dt>defaultValue</dt>
 				<dd>
 					<p>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git



More information about the Pkg-javascript-commits mailing list