mirror of
https://codeberg.org/scip/digiproof.git
synced 2025-12-16 20:21:00 +01:00
8 lines
104 B
JavaScript
8 lines
104 B
JavaScript
|
|
App.ApplicationController = Ember.Controller.extend({
|
|
isDevel: isDevel,
|
|
VERSION: VERSION
|
|
});
|
|
|
|
|