-
Notifications
You must be signed in to change notification settings - Fork 1
API Get Inlines
yasindilekci edited this page Sep 5, 2016
·
2 revisions
Get a set of all inline code that was added to the given group.
This method is supported by both minify tools: $jsMinifyTool.getInlines() & $cssMinifyTool.getInlines()
.
.getInlines(groups)
Field | Type | Description |
---|---|---|
groups required |
String | The groups to get the inline code from, separated by commas. |
A set of all inline code that was added to the given group.