Skip to content

Commit

Permalink
hotfix - forgot to add standalone.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 2, 2016
1 parent 309a6dc commit b6a2521
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions panoramix/assets/javascripts/standalone.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
var $ = window.$ = require('jquery');
var jQuery = window.jQuery = $;
var px = require('./modules/panoramix.js');

require('bootstrap')

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

0 comments on commit b6a2521

Please sign in to comment.