From 534d24ca09a5272215aa0e3de5ee1ca3da389b07 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:14:35 +0000 Subject: [PATCH] shieeeett my code now --- random-ext.js | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/random-ext.js b/random-ext.js index b2ae6dd..13e999d 100644 --- a/random-ext.js +++ b/random-ext.js @@ -1,22 +1,3 @@ -/*! - * random-ext - * https://github.com/bkumar2/random-ext.git - * - * Copyright 2014 Bipul Kumar - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - function _array(length, elementFunction, args) { var array = []; if (length != null) {