1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +02:00

fix typo in transfer (#247)

This commit is contained in:
R41nGoloss
2016-08-17 11:58:35 +02:00
committed by Ian Storm Taylor
parent 0413d93305
commit af29cf6e70

View File

@@ -237,7 +237,7 @@ class Transfer {
*/
hasNode() {
return this.getFragment() != null
return this.getNode() != null
}
}