This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*jslint node: true, maxerr: 50, indent: 4 */ | |
(function () { | |
"use strict"; | |
var EventEmitter = require('events').EventEmitter, | |
Queue = module.exports = function Queue() { | |
/* Constructor is doing work..?? | |
*/ | |
var _emitter = this._emitter = new EventEmitter(), | |
_awaiting = this._awaiting = [], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
TODO: | |
- Option to wait to apply anything until all <link>s are parsed or inject what we have and update as each <link> returns | |
*/ | |
var cssVarPoly = { | |
init: function() { | |
if (window.CSS && window.CSS.supports && window.CSS.supports('(--foo: red)')) { | |
return; | |
} | |
cssVarPoly.ratifiedVars = {}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Malevolent | |
Rudimentary body potion | |
Oculus Potion | |
Ever | |
Hermadeye Glo Poils | |
Rano Potion | |
Grand Potion | |
Solution Antidote | |
Befuddlemishing Potion Potion | |
Girding Potion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MARY | |
PATRICIA | |
LINDA | |
BARBARA | |
ELIZABETH | |
JENNIFER | |
MARIA | |
SUSAN | |
MARGARET | |
DOROTHY |