Skip to content
Snippets Groups Projects
Commit 401a6b70 authored by Ryan Izard's avatar Ryan Izard
Browse files

Testing to see if a commit is preventing the js file from being updated.

parent 96fa71cc
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ window.Switch = Backbone.Model.extend({
//console.log(flows);
// create flow models
var i = 0;
var i = 0;
_.each(flows, function(f) {
f.id = self.id + '-' + i++;
......@@ -183,6 +183,11 @@ window.Switch = Backbone.Model.extend({
f.applyActionText = '';
f.writeActionText = '';
f.clearActionText = '';
f.writeMetadataText = '';
f.gotoMeterText = '';
f.gotoGroupText = '';
f.experimenterText = '';
if(f.hasOwnProperty('instructions')) {
if(f.instructions.hasOwnProperty('instruction_apply_actions')) {
_.each(f.instructions.instruction_apply_actions, function(value, key) {
......@@ -239,6 +244,4 @@ window.SwitchCollection = Backbone.Collection.extend({
});
},
});
Status API Training Shop Blog About
© 2014 GitHub, Inc. Terms Privacy Security Contact
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment