Skip to content

Commit

Permalink
set a flag on $.deck so we know the plugin is a available
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjaure committed Sep 5, 2011
1 parent b8ad5ed commit 6c65d0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/deckjs-remote.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
socket,
UI;

$[deck].remote = true;

$[deck]('extend', 'remote', function(o){
var options = $.extend({}, config, o || {});
Modernizr.load({
Expand Down

0 comments on commit 6c65d0c

Please sign in to comment.