1 line
No EOL
231 B
JavaScript
1 line
No EOL
231 B
JavaScript
define([],function(){"use strict";function ResourceLockInstance(){}return ResourceLockInstance.prototype.acquire=function(){this._isHeld=!0},ResourceLockInstance.prototype.release=function(){this._isHeld=!1},ResourceLockInstance}); |