Files
dss.web/client/app/constants/playstates.js
Fergal Moran d2c529bafe Screw you git!
2015-12-01 19:50:20 +00:00

9 lines
139 B
JavaScript
Executable File

'use strict';
angular.module('dssWebApp')
.constant('PLAYSTATES', {
stopped: 0,
playing: 1,
paused: 2
});