From 14bd14088ae2932c233f3ad5f593d67e209fd399 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Tue, 29 Jul 2014 12:37:36 +0200 Subject: [PATCH] Remove bogus copy-pasted chunk from LICENSE --- LICENSE | 4 ---- index.html | 5 ----- 2 files changed, 9 deletions(-) diff --git a/LICENSE b/LICENSE index 0eed648d7c..fb45b94c78 100644 --- a/LICENSE +++ b/LICENSE @@ -17,7 +17,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -Please note that some subdirectories of the CodeMirror distribution -include their own LICENSE files, and are released under different -licences. diff --git a/index.html b/index.html index 1bed141a64..aed3cb67cd 100644 --- a/index.html +++ b/index.html @@ -981,11 +981,6 @@ adding statements to.

raise(lastEnd, "Illegal newline after throw"); node.argument = parseExpression(); semicolon(); - return finishNode(node, "ThrowStatement");next(); - if (newline.test(input.slice(lastEnd, tokStart))) - raise(lastEnd, "Illegal newline after throw"); - node.argument = parseExpression(); - semicolon(); return finishNode(node, "ThrowStatement"); }