cms/app-client/app/routes/tabs/chrono.js
author ymh <ymh.work@gmail.com>
Sat, 06 Aug 2016 21:29:33 +0700
changeset 261 02e2396bcbbc
parent 204 dd969e178944
child 338 4a3899b6a7ed
permissions -rw-r--r--
Migrate to ember 2.7 + correct jquery null context error + declare shim for popcorn (instead of silencing the JSHint error)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
84
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     1
import Ember from 'ember';
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     2
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     3
export default Ember.Route.extend({
36f84e8f1ad5 add d3js for langue visu
nowmad@nowmads-macbook-pro.local
parents:
diff changeset
     4
});