| Index: samples/third_party/codemirror/js/parsesparql.js
|
| ===================================================================
|
| --- samples/third_party/codemirror/js/parsesparql.js (revision 55159)
|
| +++ samples/third_party/codemirror/js/parsesparql.js (working copy)
|
| @@ -130,7 +130,7 @@
|
| else if (/[\]\}\)]/.test(content)) {
|
| while (context && context.type == "pattern")
|
| popContext();
|
| - if (context && content == matching[context.type])
|
| + if (context && content == matching[context.type])
|
| popContext();
|
| }
|
| else if (content == "." && context && context.type == "pattern") {
|
|
|