dotfiles/.vscode/extensions/codezombiech.gitignore-0.2.0/node_modules/github/templates/section.js.tpl

24 lines
442 B
Smarty
Raw Normal View History

2016-09-24 12:12:34 +01:00
/**
* mixin <%sectionName%>
*
* Copyright 2012 Cloud9 IDE, Inc.
*
* This product includes software developed by
* Cloud9 IDE, Inc (http://c9.io).
*
* Author: Mike de Boer <info@mikedeboer.nl>
**/
"use strict";
var error = require("./../../error");
var Util = require("./../../util");
var <%sectionName%> = module.exports = {
<%sectionName%>: {}
};
(function() {
<%sectionBody%>
}).call(<%sectionName%>.<%sectionName%>);