init
This commit is contained in:
23
nv/html/nv-nopdf/styles/packages/templating.js
Normal file
23
nv/html/nv-nopdf/styles/packages/templating.js
Normal file
@@ -0,0 +1,23 @@
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// //
|
||||
// This is a generated file. You can view the original //
|
||||
// source in your browser if your browser supports source maps. //
|
||||
// Source maps are supported by all recent versions of Chrome, Safari, //
|
||||
// and Firefox, and by Internet Explorer 11. //
|
||||
// //
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
(function () {
|
||||
|
||||
/* Imports */
|
||||
var Template = Package['templating-runtime'].Template;
|
||||
|
||||
|
||||
|
||||
/* Exports */
|
||||
Package._define("templating", {
|
||||
Template: Template
|
||||
});
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user