Skip to content

Instantly share code, notes, and snippets.

View AngusFu's full-sized avatar
🎯
Focusing

文蔺 AngusFu

🎯
Focusing
View GitHub Profile
@AngusFu
AngusFu / introrx.md
Created February 28, 2017 16:10 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@AngusFu
AngusFu / analytics.js
Created January 17, 2017 13:41 — forked from zmmbreeze/analytics.js
GA的源码 analytics.js
(function() {
/**
* 记录方法使用情况的类
* @param {Array.<boolean>} umMap 初始的使用情况
*/
var UsageManager = function(umMap) {
this.umMap = umMap || [];
};
/**
* 记录新的使用情况