[Style] Add missing semicolon

This commit is contained in:
Pete Richards 2016-03-01 10:59:23 -08:00
parent 96d9f8c194
commit d176797307

View File

@ -105,7 +105,7 @@ define(
watch(); watch();
}); });
this.watches = []; this.watches = [];
} };
/** /**
* Attach watches for each object in the plot's composition * Attach watches for each object in the plot's composition