Format assets

This commit is contained in:
2018-04-29 11:19:01 +03:00
parent e5573096a7
commit ec24e299a8
4 changed files with 13 additions and 8 deletions

View File

@ -2,11 +2,9 @@ import $ from 'jquery';
import _ from 'underscore';
import Backbone from 'backbone';
import Metrika from '../common/metrika';
import './style.scss'
import './style.scss';
const PageView = Backbone.View.extend({
notes: [
'Люблю фильм "Три идиота".',
'Люблю кататься на велосипеде.',
@ -60,4 +58,4 @@ const PageView = Backbone.View.extend({
},
});
new PageView({ el: $('.js-about-me')});
new PageView({ el: $('.js-about-me') });