Fetch binary chunk and draw on canvas
This commit is contained in:
@@ -89,4 +89,10 @@ object ValidateRoutes {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
object ValidateInt {
|
||||
def unapply(str: String): Option[Int] = {
|
||||
Option(str.toInt)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user