Files
digiproof/js/controllers_application.js
git@daemon.de 10e5d547f3 Changed the build process it generates a devel and a prod version
of the source, added some screenshots and a sample printout, couple
bugfixes.
2013-09-14 13:14:06 +02:00

8 lines
104 B
JavaScript

App.ApplicationController = Ember.Controller.extend({
isDevel: isDevel,
VERSION: VERSION
});