Complete renaming the include macro to serialize

This commit is contained in:
Jeremy Ruston
2012-07-14 15:46:01 +01:00
parent a046c774d4
commit 4e547a7d35
3 changed files with 18 additions and 18 deletions

View File

@@ -1,9 +1,9 @@
/*\
title: $:/core/modules/macros/include.js
title: $:/core/modules/macros/serialize.js
type: application/javascript
module-type: macro
Include macro
Serialize macro
\*/
(function(){
@@ -13,7 +13,7 @@ Include macro
"use strict";
exports.info = {
name: "include",
name: "serialize",
params: {
filter: {byPos: 0, type: "filter"},
as: {byPos: 1, type: "text"},