add missing snippets.tmpl.js
This commit is contained in:
parent
fa13f377e1
commit
d2f7247e58
1 changed files with 7 additions and 0 deletions
7
tool/snippets.tmpl.js
Normal file
7
tool/snippets.tmpl.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
define(function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText = require("../requirejs/text!./%modeName%.snippets");
|
||||
exports.scope = "%modeName%";
|
||||
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue