[Pkg-javascript-commits] [qtip2.js] 01/03: Imported Upstream version 3.0.3~dfsg1
Alexandre Viau
aviau at moszumanska.debian.org
Thu May 19 17:15:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
aviau pushed a commit to branch master
in repository qtip2.js.
commit eeefd0636715e5afaf0a868476e3089601f86696
Author: aviau <alexandre at alexandreviau.net>
Date: Thu May 19 13:07:27 2016 -0400
Imported Upstream version 3.0.3~dfsg1
---
.travis.yml | 1 +
bower.json | 2 +-
dist/basic/jquery.qtip.css | 6 +++---
dist/basic/jquery.qtip.js | 13 ++++++++-----
dist/basic/jquery.qtip.min.map | 2 +-
dist/jquery.qtip.css | 6 +++---
dist/jquery.qtip.js | 13 ++++++++-----
dist/jquery.qtip.min.map | 2 +-
package.json | 2 +-
src/core/options.js | 5 ++++-
10 files changed, 31 insertions(+), 21 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 18140e8..9d32cad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,6 @@ node_js:
- "0.12"
- "4"
- "5"
+ - "6"
before_script:
- npm install -g grunt-cli
diff --git a/bower.json b/bower.json
index b44a081..73e1af3 100644
--- a/bower.json
+++ b/bower.json
@@ -1,7 +1,7 @@
{
"name": "qtip2",
"description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
- "version": "3.0.2",
+ "version": "3.0.3",
"homepage": "http://qtip2.com",
"repository": {
"type": "git",
diff --git a/dist/basic/jquery.qtip.css b/dist/basic/jquery.qtip.css
index 1afd6b0..16781bc 100644
--- a/dist/basic/jquery.qtip.css
+++ b/dist/basic/jquery.qtip.css
@@ -1,12 +1,12 @@
/*
- * qTip2 - Pretty powerful tooltips - v3.0.2
+ * qTip2 - Pretty powerful tooltips - v3.0.3
* http://qtip2.com
*
- * Copyright (c) 2015
+ * Copyright (c) 2016
* Released under the MIT licenses
* http://jquery.org/license
*
- * Date: Tue Dec 8 2015 07:16 GMT+0000
+ * Date: Wed May 11 2016 10:31 GMT+0100+0100
* Plugins: None
* Styles: core
*/
diff --git a/dist/basic/jquery.qtip.js b/dist/basic/jquery.qtip.js
index d1a5f02..5eed158 100644
--- a/dist/basic/jquery.qtip.js
+++ b/dist/basic/jquery.qtip.js
@@ -1,12 +1,12 @@
/*
- * qTip2 - Pretty powerful tooltips - v3.0.2
+ * qTip2 - Pretty powerful tooltips - v3.0.3
* http://qtip2.com
*
- * Copyright (c) 2015
+ * Copyright (c) 2016
* Released under the MIT licenses
* http://jquery.org/license
*
- * Date: Tue Dec 8 2015 07:16 GMT+0000
+ * Date: Wed May 11 2016 10:31 GMT+0100+0100
* Plugins: None
* Styles: core
*/
@@ -307,7 +307,10 @@ PROTOTYPE.destroy = function(immediate) {
}
function invalidContent(c) {
- return !($.isFunction(c) || c && c.attr) || c.length || $.type(c) === 'object' && (c.jquery || c.then);
+ return !($.isFunction(c) ||
+ c && c.attr ||
+ c.length ||
+ $.type(c) === 'object' && (c.jquery || c.then));
}
// Option object sanitizer
@@ -1928,7 +1931,7 @@ if(!$.ui) {
};
}
;// qTip version
-QTIP.version = '3.0.2';
+QTIP.version = '3.0.3';
// Base ID for all qTips
QTIP.nextid = 0;
diff --git a/dist/basic/jquery.qtip.min.map b/dist/basic/jquery.qtip.min.map
index 25d490d..6a0ec2c 100644
--- a/dist/basic/jquery.qtip.min.map
+++ b/dist/basic/jquery.qtip.min.map
@@ -1 +1 @@
-{"version":3,"sources":["jquery.qtip.js"],"names":["window","document","undefined","factory","define","amd","jQuery","fn","qtip","$","QTip","target","options","id","attr","this","tooltip","NULL","elements","_id","NAMESPACE","timers","img","plugins","cache","event","disabled","FALSE","onTooltip","lastClass","rendered","destroyed","waiting","hiddenDuringWait","positioning","triggering","invalidOpt","a","type","invalidContent","c","isFunction","length","jquery","then","sanitizeOptions","opt [...]
\ No newline at end of file
+{"version":3,"sources":["jquery.qtip.js"],"names":["window","document","undefined","factory","define","amd","jQuery","fn","qtip","$","QTip","target","options","id","attr","this","tooltip","NULL","elements","_id","NAMESPACE","timers","img","plugins","cache","event","disabled","FALSE","onTooltip","lastClass","rendered","destroyed","waiting","hiddenDuringWait","positioning","triggering","invalidOpt","a","type","invalidContent","c","isFunction","length","jquery","then","sanitizeOptions","opt [...]
\ No newline at end of file
diff --git a/dist/jquery.qtip.css b/dist/jquery.qtip.css
index 5ac849e..9062f8a 100644
--- a/dist/jquery.qtip.css
+++ b/dist/jquery.qtip.css
@@ -1,12 +1,12 @@
/*
- * qTip2 - Pretty powerful tooltips - v3.0.2
+ * qTip2 - Pretty powerful tooltips - v3.0.3
* http://qtip2.com
*
- * Copyright (c) 2015
+ * Copyright (c) 2016
* Released under the MIT licenses
* http://jquery.org/license
*
- * Date: Tue Dec 8 2015 07:16 GMT+0000
+ * Date: Wed May 11 2016 10:31 GMT+0100+0100
* Plugins: tips modal viewport svg imagemap ie6
* Styles: core basic css3
*/
diff --git a/dist/jquery.qtip.js b/dist/jquery.qtip.js
index a87d89f..cf6c682 100644
--- a/dist/jquery.qtip.js
+++ b/dist/jquery.qtip.js
@@ -1,12 +1,12 @@
/*
- * qTip2 - Pretty powerful tooltips - v3.0.2
+ * qTip2 - Pretty powerful tooltips - v3.0.3
* http://qtip2.com
*
- * Copyright (c) 2015
+ * Copyright (c) 2016
* Released under the MIT licenses
* http://jquery.org/license
*
- * Date: Tue Dec 8 2015 07:16 GMT+0000
+ * Date: Wed May 11 2016 10:31 GMT+0100+0100
* Plugins: tips modal viewport svg imagemap ie6
* Styles: core basic css3
*/
@@ -307,7 +307,10 @@ PROTOTYPE.destroy = function(immediate) {
}
function invalidContent(c) {
- return !($.isFunction(c) || c && c.attr) || c.length || $.type(c) === 'object' && (c.jquery || c.then);
+ return !($.isFunction(c) ||
+ c && c.attr ||
+ c.length ||
+ $.type(c) === 'object' && (c.jquery || c.then));
}
// Option object sanitizer
@@ -1928,7 +1931,7 @@ if(!$.ui) {
};
}
;// qTip version
-QTIP.version = '3.0.2';
+QTIP.version = '3.0.3';
// Base ID for all qTips
QTIP.nextid = 0;
diff --git a/dist/jquery.qtip.min.map b/dist/jquery.qtip.min.map
index 1821b94..23bfeb6 100644
--- a/dist/jquery.qtip.min.map
+++ b/dist/jquery.qtip.min.map
@@ -1 +1 @@
-{"version":3,"sources":["jquery.qtip.js"],"names":["window","document","undefined","factory","define","amd","jQuery","fn","qtip","$","QTip","target","options","id","attr","this","tooltip","NULL","elements","_id","NAMESPACE","timers","img","plugins","cache","event","disabled","FALSE","onTooltip","lastClass","rendered","destroyed","waiting","hiddenDuringWait","positioning","triggering","invalidOpt","a","type","invalidContent","c","isFunction","length","jquery","then","sanitizeOptions","opt [...]
\ No newline at end of file
+{"version":3,"sources":["jquery.qtip.js"],"names":["window","document","undefined","factory","define","amd","jQuery","fn","qtip","$","QTip","target","options","id","attr","this","tooltip","NULL","elements","_id","NAMESPACE","timers","img","plugins","cache","event","disabled","FALSE","onTooltip","lastClass","rendered","destroyed","waiting","hiddenDuringWait","positioning","triggering","invalidOpt","a","type","invalidContent","c","isFunction","length","jquery","then","sanitizeOptions","opt [...]
\ No newline at end of file
diff --git a/package.json b/package.json
index 2d3ef29..304772c 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
"name": "qtip2",
"title": "qTip2 - Pretty powerful tooltips",
"description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
- "version": "3.0.2",
+ "version": "3.0.3",
"homepage": "http://qtip2.com",
"author": "Craig Michael Thompson <craig at craigsworks.com> (http://craigsworks.com/)",
"main": "dist/jquery.qtip.js",
diff --git a/src/core/options.js b/src/core/options.js
index 5b75058..42f1a4e 100644
--- a/src/core/options.js
+++ b/src/core/options.js
@@ -3,7 +3,10 @@ function invalidOpt(a) {
}
function invalidContent(c) {
- return !($.isFunction(c) || c && c.attr) || c.length || $.type(c) === 'object' && (c.jquery || c.then);
+ return !($.isFunction(c) ||
+ c && c.attr ||
+ c.length ||
+ $.type(c) === 'object' && (c.jquery || c.then));
}
// Option object sanitizer
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/qtip2.js.git
More information about the Pkg-javascript-commits
mailing list