-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af48068
commit 73956d9
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Tiger 0.1.4 by Charles Phillips <[email protected]> | ||
# Tiger 0.2.1 by Charles Phillips <[email protected]> | ||
# A library enhancing Titanium apps with Spine's MVC architecture | ||
# Uses CoffeeScript's inheritance, and adds jQuery-like chainability | ||
# Add tiger.db for persistent storage | ||
|
@@ -385,7 +385,7 @@ class Element extends Module | |
Tiger = @Tiger = {} | ||
module?.exports = Tiger | ||
|
||
Tiger.version = '0.1.4' | ||
Tiger.version = '0.2.1' | ||
Tiger.extend = extend | ||
Tiger.makeArray = makeArray | ||
Tiger.isArray = Spine.isArray | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ Version a02 Rev. 15th Oct 2008 | |
TigerDB by Charles Phillips <[email protected]> | ||
Designed for Tiger for Spine on Titanium 0.0.2 | ||
Designed for Tiger for Spine on Titanium 0.0.2+ | ||
Persistent storage through Titanium's SQLite DB | ||
Based on javascript-client-side-sqlite3-wrapper | ||
|
@@ -266,4 +266,4 @@ Model.TigerDB = | |
|
||
|
||
Tiger.DB = TigerDB | ||
module?.exports = TigerDB | ||
module?.exports = TigerDB |