File "razor.js"

Full Path: /home/krishnamexports/public_html/panel/vendors/ace-builds/src-min/snippets/razor.js
File size: 502 bytes
MIME-type: text/plain; charset=us-ascii
Charset: utf-8

define("ace/snippets/razor",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet if\n(${1} == ${2}) {\n	${3}\n}",t.scope="razor"});
                (function() {
                    window.require(["ace/snippets/razor"], function(m) {
                        if (typeof module == "object" && typeof exports == "object" && module) {
                            module.exports = m;
                        }
                    });
                })();