This commit is contained in:
David Beckley 2014-09-19 03:52:34 -07:00
parent 121ff0a4af
commit 527c1ed79d

View file

@ -308,5 +308,8 @@ LevelHandler = class LevelHandler extends Handler
@playCountCache[cacheKey] = data
@sendSuccess res, data
hasAccessToDocument: (req, document, method=null) ->
return true if method == null or method == 'get'
super(req, document, method)
module.exports = new LevelHandler()