docs/_components/jquery-syntax/jquery.syntax.brush.plain.js in utopia-2.13.4 vs docs/_components/jquery-syntax/jquery.syntax.brush.plain.js in utopia-2.14.0
- old
+ new
@@ -1,10 +1,2 @@
-// brush: "plain" aliases: ["text"]
-
-// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
-// Copyright (c) 2011 Samuel G. D. Williams. <http://www.oriontransfer.co.nz>
-// See <jquery.syntax.js> for licensing details.
-
-Syntax.register('plain', function(brush) {
- brush.push(Syntax.lib.webLink);
-});
-
+// This file is part of the "jQuery.Syntax" project, and is distributed under the MIT License.
+Syntax.register("plain",function(a){a.push(Syntax.lib.webLink)});