Skip to content

API Add Inlines

yasindilekci edited this page Sep 5, 2016 · 2 revisions

Description

Adds inline code to the given group.

Methods

This method is supported by both minify tools: $jsMinifyTool.addInlines() & $cssMinifyTool.addInlines().

.addInlines(inlineCode, group)

Parameters

Field Type Description
inlineCode
required
String The inline code to add.
group
required
String The group to add the inline code to.
Clone this wiki locally