fixed sublime snippets

This commit is contained in:
Jeena 2013-12-19 13:50:03 +01:00
parent 622975ba7b
commit aa30a23ca1
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ define([
"${2:Path}"
],
function(Parent) {
function (Parent) {
function ${1:Module}() {
Parent.call(this);

View file

@ -3,7 +3,7 @@
define([
],
function() {
function () {
function ${1:Module}() {
}