| author | ymh <ymh.work@gmail.com> |
| Mon, 06 Feb 2017 15:22:39 +0100 | |
| changeset 500 | 4f507ba2bb4c |
| parent 455 | a8bed1c7df8e |
| permissions | -rw-r--r-- |
|
455
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
1 |
(function() { |
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
2 |
function vendorModule() { |
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
3 |
'use strict'; |
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
|
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
return { 'default': self['IntervalTree'] }; |
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
} |
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
7 |
|
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
8 |
define('interval-tree', [], vendorModule); |
|
a8bed1c7df8e
move the transcript highlight and autoscroll logic to the base component
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
9 |
})(); |