Files
cardsforscience/js/game.js
T
2014-08-02 09:55:55 +02:00

15 lines
184 B
JavaScript

'use strict';
(function () {
var app = angular.module('particleClicker', []);
})();
var discoveries = [
{
name: 'W-Boson',
description: 'Some nice description.'
}
];