assets/_vendor/ace/snippets/velocity.js in bedrock_sass-0.2.0 vs assets/_vendor/ace/snippets/velocity.js in bedrock_sass-0.2.1
- old
+ new
@@ -31,11 +31,10 @@
#set ( $${1:var} = ${0} )\n\
";
exports.scope = "velocity";
exports.includeScopes = ["html", "javascript", "css"];
-});
- (function() {
+}); (function() {
window.require(["ace/snippets/velocity"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
\ No newline at end of file