File: jquery.fullscreen.js

package info (click to toggle)
ruby-rails-assets-jquery-fullscreen 1.1.4~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 200 kB
  • ctags: 332
  • sloc: ruby: 36; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @param {boolean=} state
 * @return {boolean|jQuery|null}
 */
jQuery.prototype.fullScreen = function(state) {};

/**
 * @return {!jQuery}
 */
jQuery.prototype.toggleFullScreen = function() {};