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"); }