re-name model_id parameter

This commit is contained in:
Ivan Lopez
2014-12-31 10:43:01 -05:00
parent e773e9db78
commit 34b537230d
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1202,7 +1202,7 @@
'data-row': pos.row,
'data-sizex' : size_x,
'data-sizey' : size_y,
'data-sizey' : model_id
'data-model-id' : model_id
}).addClass('gs-w').appendTo(this.$el).hide();
this.$widgets = this.$widgets.add($w);
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1202,7 +1202,7 @@
'data-row': pos.row,
'data-sizex' : size_x,
'data-sizey' : size_y,
'data-sizey' : model_id
'data-model-id' : model_id
}).addClass('gs-w').appendTo(this.$el).hide();
this.$widgets = this.$widgets.add($w);
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -350,7 +350,7 @@
'data-row': pos.row,
'data-sizex' : size_x,
'data-sizey' : size_y,
'data-sizey' : model_id
'data-model-id' : model_id
}).addClass('gs-w').appendTo(this.$el).hide();
this.$widgets = this.$widgets.add($w);