mirror of
https://github.com/adobe/brackets.git
synced 2024-11-20 18:02:54 +01:00
parent
254bb77ac8
commit
9dc7c5a0ce
@ -158,7 +158,7 @@ define(function (require, exports, module) {
|
||||
*
|
||||
* @param {string} content is the css/less string to be processed
|
||||
* @param {Theme} theme is the object the css/less corresponds to
|
||||
* @return {$.Promise} promsie with the processed css/less as the resolved value
|
||||
* @return {$.Promise} promise with the processed css/less as the resolved value
|
||||
*/
|
||||
function lessifyTheme(content, theme) {
|
||||
var deferred = new $.Deferred();
|
||||
|
Loading…
Reference in New Issue
Block a user