Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
Updating CardPrototype object so that the developer can retrieve the …
Browse files Browse the repository at this point in the history
…ID and card information
  • Loading branch information
charlesportwoodii committed Jan 1, 2015
1 parent 48c848c commit b65acaa
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ assets/lib/*
nohup.out
vendor/*
*~
npm-debug.log
*.log
3 changes: 3 additions & 0 deletions assets/dist/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -12019,7 +12019,10 @@ Array.prototype.remove = function(from, to) {
var element = window.cardObjects[self.id];

if (e == "init")
{
event2 = "preload";
element[event2](self.id);
}

element[e]();

Expand Down
2 changes: 1 addition & 1 deletion assets/dist/dashboard.min.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/js/card.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,10 @@
var element = window.cardObjects[self.id];

if (e == "init")
{
event2 = "preload";
element[event2](self.id);
}

element[e]();

Expand Down

0 comments on commit b65acaa

Please sign in to comment.