website update
This commit is contained in:
parent
360916d1ec
commit
a9e87c52d5
43 changed files with 819 additions and 211 deletions
|
|
@ -1,5 +1,13 @@
|
|||
var isMac = false
|
||||
|
||||
function $$(query, el) {
|
||||
return [].slice.call((el || document).querySelectorAll(query))
|
||||
}
|
||||
|
||||
function $(query, el) {
|
||||
return (el || document).querySelector(query)
|
||||
}
|
||||
|
||||
// fetchjson(url string, cb (err Error, d Object)->nil)
|
||||
//
|
||||
var fetchjson = (
|
||||
|
|
|
|||
Reference in a new issue