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
/** | |
* Implementation of Javascript Promises. | |
* A simplified version of the U4.Promise framework I wrote for Unit4 in 2013. | |
* Building it up as I need it. | |
*/ | |
var Promise = (function(){ | |
/** | |
* @private | |
* Copy properties from one object to another. | |
* @param target |