This file contains hidden or 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
;( | |
function ( window, Q, BaseObject ) { | |
var DEBUG = false; | |
/** | |
* Requests a quota from the file system | |
* @param {Constant} fileSystemType PERSISTENT or TEMPORARY | |
* @param {Number} requestedDataSize The quota we're asking for | |
* @return {Promise} The promise | |
*/ |