Skip to content

Instantly share code, notes, and snippets.

@ksky521
ksky521 / gist:5507311
Created May 3, 2013 05:08
一个简单队列
(function(global) {
var _emptyArr = [];
var _arrSlice = _emptyArr.slice;
/**
* 一个简单队列
* @param {[type]} id [description]
*/