ep_context
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -10,3 +10,2 @@ { | ||
"aceEditEvent": "ep_context/static/js/index", | ||
"aceRegisterBlockElements": "ep_context/static/js/index", | ||
"aceDomLineProcessLineAttributes": "ep_context/static/js/index", | ||
@@ -13,0 +12,0 @@ "collectContentPre": "ep_context/static/js/shared", |
{ | ||
"description": "Context for Etherpad Documents, very WIP.", | ||
"name": "ep_context", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "John McLear", |
@@ -161,2 +161,3 @@ var _, $, jQuery; | ||
var contexts = /context:(.*?) /i.exec(context.cls); | ||
if(!contexts) return []; | ||
var tags = contexts[1]; | ||
@@ -163,0 +164,0 @@ tags = tags.split("$"); |
11027