Skip to content

Commit

Permalink
Container Check Update
Browse files Browse the repository at this point in the history
Thanks, @jdalton. Good find.
  • Loading branch information
julianshapiro committed Jun 18, 2014
1 parent c94c2b7 commit 9262bc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velocity.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
*/

(function() {
var Container = (jQuery || Zepto || window);
var Container = (window.jQuery || window.Zepto || window);

if (!Container.Velocity || !Container.Velocity.Utilities) {
console.log("Velocity UI Pack: Velocity must first be loaded. Aborting.");

return;
}

/* Effect declarations. */
/* Effects declarations. */
var effects =
{
/* Animate.css */
Expand Down

0 comments on commit 9262bc4

Please sign in to comment.