-
Notifications
You must be signed in to change notification settings - Fork 1
API Add Inlines
yasindilekci edited this page Sep 5, 2016
·
2 revisions
Adds inline code to the given group.
This method is supported by both minify tools: $jsMinifyTool.addInlines() & $cssMinifyTool.addInlines()
.
.addInlines(inlineCode, group)
Field | Type | Description |
---|---|---|
inlineCode required |
String | The inline code to add. |
group required |
String | The group to add the inline code to. |