File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ /*
2+ #
3+ # Copyright (c) 2017 nexB Inc. and others. All rights reserved.
4+ # http://nexb.com and https://github.com/nexB/aboutcode-manager/
5+ # The AboutCode Manager software is licensed under the Apache License version 2.0.
6+ # AboutCode is a trademark of nexB Inc.
7+ #
8+ # You may not use this software except in compliance with the License.
9+ # You may obtain a copy of the License at: http://apache.org/licenses/LICENSE-2.0
10+ # Unless required by applicable law or agreed to in writing, software distributed
11+ # under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
12+ # CONDITIONS OF ANY KIND, either express or implied. See the License for the
13+ # specific language governing permissions and limitations under the License.
14+ #
15+ */
16+
17+
118const jsdom = require ( "jsdom" ) ;
219const window = jsdom . jsdom ( ) . defaultView ;
320const $ = require ( "jquery" ) ( window ) ;
You can’t perform that action at this time.
0 commit comments