Skip to content

Commit

Permalink
Add copyright header to codetabs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelMarcey authored Jan 25, 2019
1 parent fdd5117 commit cbcbf5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions v1/lib/static/js/codetabs.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

// Turn off ESLint for this file because it's sent down to users as-is.
/* eslint-disable */
window.addEventListener('load', function() {
Expand Down

0 comments on commit cbcbf5a

Please sign in to comment.