Comparing version 0.1.2 to 0.1.3
@@ -135,6 +135,6 @@ // Generated by CoffeeScript 1.12.4 | ||
return cb = function() { | ||
var args, tieout; | ||
var args; | ||
args = arguments; | ||
clearTimeout(timeout); | ||
return tieout = setTimeout((function() { | ||
return timeout = setTimeout((function() { | ||
return fn.apply(null, args); | ||
@@ -141,0 +141,0 @@ }), 0); |
{ | ||
"name": "kjappas", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "HTML-as-JavaScript Snabbdom template library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,2 +10,4 @@ | ||
Relatives: [globus](https://github.com/jbe/globus) | [immux](https://github.com/jbe/immux) | [SimpleImmutable](https://github.com/jbe/simple-immutable) | ||
## Installation | ||
@@ -94,3 +96,3 @@ | ||
The optional `data` parameter accepts the same fields as `snabbdom/h`, along with some additional shorthands. The supported snabbdom-style object fields are `class`, `key`, `style`, `on`, `attrs` and `props`. However, there are more conventient shorthands: | ||
The optional `data` parameter accepts the same fields as `snabbdom/h`, along with some additional shorthands. The supported snabbdom-style object fields are `class`, `key`, `style`, `on`, `attrs`, `props` and `hook`. However, there are more conventient shorthands: | ||
@@ -97,0 +99,0 @@ ```javascript |
Sorry, the diff of this file is not supported yet
18919
196