Skip to content

Commit

Permalink
add missing snippets.tmpl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Jun 11, 2013
1 parent fa13f37 commit d2f7247
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tool/snippets.tmpl.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
define(function(require, exports, module) {
"use strict";

exports.snippetText = require("../requirejs/text!./%modeName%.snippets");
exports.scope = "%modeName%";

});

0 comments on commit d2f7247

Please sign in to comment.