Comparing version 0.3.2 to 0.3.3
14
jymin.js
/** | ||
* _ _ ___ _____ ____ | ||
* | |_ _ _ __ ___ (_)_ __ __ __/ _ \ |___ / |___ \ | ||
* _ | | | | | '_ ` _ \| | '_ \ \ \ / / | | | |_ \ __) | | ||
* | |_| | |_| | | | | | | | | | | \ V /| |_| | ___) | / __/ | ||
* \___/ \__, |_| |_| |_|_|_| |_| \_/ \___(_)____(_)_____| | ||
* _ _ ___ _____ _____ | ||
* | |_ _ _ __ ___ (_)_ __ __ __/ _ \ |___ / |___ / | ||
* _ | | | | | '_ ` _ \| | '_ \ \ \ / / | | | |_ \ |_ \ | ||
* | |_| | |_| | | | | | | | | | | \ V /| |_| | ___) | ___) | | ||
* \___/ \__, |_| |_| |_|_|_| |_| \_/ \___(_)____(_)____/ | ||
* |___/ | ||
@@ -33,3 +33,3 @@ * | ||
this.jymin = {version: '0.3.2'}; | ||
this.jymin = {version: '0.3.3'}; | ||
@@ -724,3 +724,3 @@ /** | ||
if (element) { | ||
return element.innerText; | ||
return element.textContent || element.innerText; | ||
} | ||
@@ -727,0 +727,0 @@ }; |
@@ -15,3 +15,3 @@ { | ||
], | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"main": "chug/chug.js", | ||
@@ -18,0 +18,0 @@ "homepage": "http://lighter.io/jymin", |
@@ -306,3 +306,3 @@ /** | ||
if (element) { | ||
return element.innerText; | ||
return element.textContent || element.innerText; | ||
} | ||
@@ -309,0 +309,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103811