Comparing version 0.8.1 to 0.8.2
@@ -19,2 +19,3 @@ var mount = require('./mount') | ||
var node = document.createElement(tagName) | ||
for (var i=1; i<arguments.length; ++i) { | ||
@@ -21,0 +22,0 @@ var arg = arguments[i] |
@@ -1,2 +0,2 @@ | ||
module.exports = function(start, test, until) { //find(test, head=body, foot=null) | ||
module.exports = function(start, test, until) { | ||
var spot = start, | ||
@@ -3,0 +3,0 @@ last = until || null |
@@ -1,3 +0,1 @@ | ||
/* global document */ | ||
/** | ||
@@ -9,3 +7,2 @@ * @param {!Function} make | ||
module.exports = function(make, getK) { | ||
/**@property {Function} update */ | ||
var kin = document.createComment('[') | ||
@@ -12,0 +9,0 @@ //@ts-ignore |
@@ -1,2 +0,1 @@ | ||
/* global document */ | ||
/** | ||
@@ -3,0 +2,0 @@ * @param {Element} kin |
{ | ||
"name": "attodom", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"main": "./index.js", | ||
@@ -5,0 +5,0 @@ "description": "yet another small DOM component library", |
@@ -1,2 +0,1 @@ | ||
/* global document */ | ||
var mount = require('./mount') | ||
@@ -3,0 +2,0 @@ |
@@ -1,2 +0,1 @@ | ||
/* global document */ | ||
var setter = require('./setter') | ||
@@ -3,0 +2,0 @@ |
16676
419