Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Updated CSS Context API implementation spec (markdown)
authored
Dec 13, 2012
by
RaymondLim
Show whitespace changes
Inline
Side-by-side
CSS-Context-API-implementation-spec.md
View page @
4985cb99
...
...
@@ -195,4 +195,5 @@ Although they all have the same "prop.values" array regardless of the cursor pos
if (query.queryStr && ruleInfo.offset < query.queryStr.length) {
query.queryStr = query.queryStr.substring(0, ruleInfo.offset);
}
}
```
\ No newline at end of file