jsduck: Add @inheritable to static methods from jQuery plugins
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 30 Apr 2014 22:32:57 +0000 (00:32 +0200)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 30 Apr 2014 22:33:16 +0000 (00:33 +0200)
commitc6a3d159774a8f2aa0cb02596eb46de3c349e9fb
tree34a510a505c1deaa022e79dfd9a6a20d042ab219
parent6970de209d1584f617d4ccbae5175422412e1de0
jsduck: Add @inheritable to static methods from jQuery plugins

Follows-up aa34a7128ae883. Forgot to add @inheritable in a few,
which is necessary for static methods as they aren't inherited by
default and thus wouldn't be mixed into jQuery (from jQuery.plugin).

Change-Id: I893103e90ac9becca721333a931a0bd53f193f6e
resources/src/jquery/jquery.byteLength.js
resources/src/jquery/jquery.hidpi.js