snakeskin
Advanced tools
Comparing version 7.0.8 to 7.0.9
/*! | ||
* Snakeskin v7.0.8 (live) | ||
* Snakeskin v7.0.9 (live) | ||
* https://github.com/SnakeskinTpl/Snakeskin | ||
@@ -8,3 +8,3 @@ * | ||
* | ||
* Date: 'Sun, 22 May 2016 08:31:09 GMT | ||
* Date: 'Tue, 24 May 2016 09:28:39 GMT | ||
*/ | ||
@@ -43,3 +43,3 @@ | ||
var Snakeskin = { | ||
VERSION: [7, 0, 8] | ||
VERSION: [7, 0, 9] | ||
}; | ||
@@ -46,0 +46,0 @@ |
@@ -1,4 +0,4 @@ | ||
/*! Snakeskin v7.0.8 (live) | https://github.com/SnakeskinTpl/Snakeskin/blob/master/LICENSE */ | ||
/*! Snakeskin v7.0.9 (live) | https://github.com/SnakeskinTpl/Snakeskin/blob/master/LICENSE */ | ||
(function(){'use strict';function r(){function z(a){return A[a]}function B(a){return C[a]||a}function l(a,b){function c(){this.constructor=a}c.prototype=b.prototype;a.prototype=new c}function m(a,b){a=((D.exec(a)||[])[1]||"").trim();return Boolean(a&&isNaN(Number(a))&&!(b||E)[a])}var e={};e.a="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(a){return typeof a}:function(a){return a&&"function"===typeof Symbol&&a.constructor===Symbol?"symbol":typeof a};e.defineProperty=function(a,b,c){b in a?Object.defineProperty(a, | ||
b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c;return a};e;var c={VERSION:[7,0,8],UID:null,b:{},Filters:{},Vars:{},LocalVars:{},cache:{}};Array.isArray=Array.isArray||function(a){return"[object Array]"==={}.call(a)};String.prototype.trim=String.prototype.trim||function(){for(var a=this.replace(/^\s\s*/,""),b=a.length,c=/\s/;c.test(a.charAt(--b)););return a.substring(0,b+1)};c.HTMLObject=function(a,b){this.value=a;this.attr=b};c.StringBuffer=function(){return[]};c.Node=function(){}; | ||
b,{value:c,enumerable:!0,configurable:!0,writable:!0}):a[b]=c;return a};e;var c={VERSION:[7,0,9],UID:null,b:{},Filters:{},Vars:{},LocalVars:{},cache:{}};Array.isArray=Array.isArray||function(a){return"[object Array]"==={}.call(a)};String.prototype.trim=String.prototype.trim||function(){for(var a=this.replace(/^\s\s*/,""),b=a.length,c=/\s/;c.test(a.charAt(--b)););return a.substring(0,b+1)};c.HTMLObject=function(a,b){this.value=a;this.attr=b};c.StringBuffer=function(){return[]};c.Node=function(){}; | ||
c.Node.prototype.length=function(){return this.value.childNodes.length};c.Node.prototype.textContent=function(){return this.value.textContent};c.DocumentFragment=function(a){this.renderMode=a;this.value=document.createDocumentFragment()};l(c.DocumentFragment,c.Node);c.DocumentFragment.prototype.appendChild=function(a){this.value.appendChild(a)};c.DocumentFragment.prototype.textContent=function(){for(var a=this.value.childNodes,b="",c=0;c<a.length;c++)b+=a[c].outerHTML||a[c].textContent;return b}; | ||
@@ -5,0 +5,0 @@ c.Element=function(a,b){this.renderMode=b;this.value=document.createElement(a)};l(c.Element,c.Node);c.Element.prototype.appendChild=function(a){this.value.appendChild(a)};c.Element.prototype.setAttribute=function(a,b){this.value.setAttribute(a,b)};c.Element.prototype.textContent=function(){return this.value.outerHTML};c.Comment=function(a,b){this.renderMode=b;this.value=document.createComment(a)};l(c.Comment,c.Node);c.Text=function(a,b){this.renderMode=b;this.value=document.createTextNode(a)};l(c.Text, |
@@ -6,3 +6,3 @@ { | ||
"main": "snakeskin.js", | ||
"version": "7.0.8", | ||
"version": "7.0.9", | ||
"license": "MIT", | ||
@@ -66,3 +66,3 @@ "author": { | ||
"gulp-run": "^1.6.7", | ||
"gulp-wrap": "^0.12.0", | ||
"gulp-wrap": "^0.13.0", | ||
"istanbul": "^0.4.2", | ||
@@ -69,0 +69,0 @@ "jscs": "^3.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
608127
17
1
69