You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Problem: You've got data and you want to do something whenever it changes.
13
13
14
14
Access and modify your data through the Tomes API and you'll get change events.
15
15
16
-
Play with a live demo here - http://bjornstar.github.com/tomes/
16
+
Play with a live demo here - https://bjornstar.github.io/tomes/
17
17
18
18
Example
19
19
=======
@@ -118,7 +118,7 @@ Returns a Tome's parent Tome.
118
118
Returns a Tome's version.
119
119
120
120
### is( *value* )
121
-
Returns a boolean value indicating whether or not the Tome is observably indistinguishable from value ([ref](http://wiki.ecmascript.org/doku.php?id=harmony:egal)). If no value is given, returns whether or not the Tome's value is truthy.
121
+
Returns a boolean value indicating whether or not the Tome is observably indistinguishable from value ([ref](https://tc39wiki.calculist.org/es6/egal/)). If no value is given, returns whether or not the Tome's value is truthy.
122
122
123
123
### isDirty( )
124
124
Returns whether a Tome has been changed, but the change has not been read.
0 commit comments