Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:jsoma/tabletop
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoma committed Mar 17, 2013
2 parents 398b185 + 692226a commit 319126c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tabletop.js
Expand Up @@ -51,7 +51,7 @@
}

if(!this.key) {
alert("You need to pass Tabletop a key!");
this.log("You need to pass Tabletop a key!");
return;
}

Expand All @@ -76,7 +76,7 @@
};

Tabletop.sheets = function() {
alert("Times have changed! You'll want to use var tabletop = Tabletop.init(...); tabletop.sheets(...); instead of Tabletop.sheets(...)");
this.log("Times have changed! You'll want to use var tabletop = Tabletop.init(...); tabletop.sheets(...); instead of Tabletop.sheets(...)");
};

Tabletop.prototype = {
Expand Down

0 comments on commit 319126c

Please sign in to comment.