File: 0743.html

package info (click to toggle)
web-mode 17.3.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,164 kB
  • sloc: lisp: 13,359; javascript: 506; jsp: 113; sh: 10; php: 9; makefile: 8; xml: 2
file content (15 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<script>

 windowOffset.right = (
   $(window).width()
   + this.$window.outerWidth()
   - windowOffset.left
 );

 if(!rstart.isCollapsed()
    || this.ve.document.data.isContentOffset(rstart.to)
    || !this.ve.document.hasSlugAtOffset(rstart.to)) {
   groups = this.ve.document.getCoveredSiblingGroups(rstart);
 }

</script>