Skip to content

Commit

Permalink
fix: a type in Yukari
Browse files Browse the repository at this point in the history
  • Loading branch information
XadillaX committed Oct 11, 2016
1 parent 2d30750 commit 6923a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yukari.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Yukari {
$origData: { value: {}, writable: true },
$source: { value: source, writable: true },
$dbName: { value: model.parent.database },
$tabelName: { value: model.name },
$tableName: { value: model.name },
$cache: { value: model.cache },
$fromCache: { value: false, writable: true },

Expand Down

0 comments on commit 6923a1a

Please sign in to comment.