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