T
My type
Type: number
<!doctype html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>tokenizer.js documentation</title> | |
<meta name='viewport' content='width=device-width,initial-scale=1'> | |
<link href='assets/tachyons.min.css' type='text/css' rel='stylesheet' /> | |
<link href='assets/github.css' type='text/css' rel='stylesheet' /> | |
<style> | |
a { |
<!doctype html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>tokenizer.js documentation</title> | |
<meta name='viewport' content='width=device-width,initial-scale=1'> | |
<link href='assets/tachyons.min.css' type='text/css' rel='stylesheet' /> | |
<link href='assets/github.css' type='text/css' rel='stylesheet' /> | |
<style> | |
.navigation { |
<!doctype html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>tokenizer.js documentation</title> | |
<meta name='viewport' content='width=device-width,initial-scale=1'> | |
<link href='assets/tachyons.min.css' type='text/css' rel='stylesheet' /> | |
<link href='assets/github.css' type='text/css' rel='stylesheet' /> | |
<style> | |
.navigation { |
<!doctype html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title>tokenizer.js documentation</title> | |
<meta name='viewport' content='width=device-width,initial-scale=1'> | |
<link href='assets/tachyons.min.css' type='text/css' rel='stylesheet' /> | |
<link href='assets/github.css' type='text/css' rel='stylesheet' /> | |
<style> | |
.navigation { |
<!doctype html> | |
<html> | |
<head> | |
<meta charset='utf-8' /> | |
<title> | Documentation</title> | |
<meta name='viewport' content='width=device-width,initial-scale=1'> | |
<link href='assets/tachyons.min.css' type='text/css' rel='stylesheet' /> | |
<link href='assets/github.css' type='text/css' rel='stylesheet' /> | |
<style> | |
.navigation { |
<?xml version="1.0" encoding="utf-8" ?> | |
<rss version="2.0" xml:base="/blog.rss" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:mapbox="http://mapbox.com/"> | |
<channel> | |
<title>Blog - Mapbox</title> | |
<link>https://www.mapbox.com/blog</link> | |
<description>Updates from the Mapbox team.</description> | |
<language>en</language> | |
<item> | |
<title>Kevin joins Mapbox!</title> |
My type
Type: number
shortSignature: function (section) { | |
var prefix = ''; | |
if (section.kind === 'class') { | |
prefix = 'new '; | |
} else if (section.kind !== 'function') { | |
return section.name; | |
} | |
return prefix + section.name + formatters.parameters(section, true); | |
}, | |
signature: function (section) { |
<style>body { margin: 0; padding: 0; }</style> | |
<canvas id='c'><canvas> | |
<script src='script.js'></script> |