Skip to content

Commit

Permalink
lint standalone.js
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster committed Mar 2, 2016
1 parent 673f741 commit 68f8937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panoramix/assets/javascripts/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ var $ = window.$ = require('jquery');
var jQuery = window.jQuery = $;
var px = require('./modules/panoramix.js');

require('bootstrap')
require('bootstrap');

$(document).ready(function() {
$(document).ready(function () {
var slice;
var data = $('.slice').data('slice');
slice = px.Slice(data);
Expand Down

0 comments on commit 68f8937

Please sign in to comment.