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
ext/EasySeq[SC] def iterator = new Iterator[T] { var index = 0 def hasNext: scala.Boolean = index < jsLength def next() = { val res = jsApply(index) index + = 1 res } }
24208
24189
ext/EasySeq[SC] def length = jsLength
24209
24190
ext/EasySeq[SC] def next() = { val res = jsApply(index) index + = 1 res }
24210
-
ext/Image[SO] def createBase64Svg(s: String) = { val img = dom.document.createElement("img").asInstanceOf[html.Image] img.src = "data:image/svg+xml;base64, " + s img }
24211
24191
ext/KeyCode[SO] final val A = 65
24212
24192
ext/KeyCode[SO] final val Alt = 18
24213
24193
ext/KeyCode[SO] final val B = 66
@@ -24635,12 +24615,6 @@ ext/KeyValue.Multimedia[SO] final val SpellCheck = "SpellCheck"
24635
24615
ext/KeyValue.Multimedia[SO] final val VolumeDown = "VolumeDown"
24636
24616
ext/KeyValue.Multimedia[SO] final val VolumeMute = "VolumeMute"
24637
24617
ext/KeyValue.Multimedia[SO] final val VolumeUp = "VolumeUp"
ext/package.PimpedHtmlCollection[SC] def iterator = new Iterator[T] { var index = 0 def hasNext: scala.Boolean = index < jsLength def next() = { val res = jsApply(index) index + = 1 res } }
ext/package.PimpedTouchList[SC] def iterator = new Iterator[T] { var index = 0 def hasNext: scala.Boolean = index < jsLength def next() = { val res = jsApply(index) index + = 1 res } }
ext/EasySeq[SC] def iterator = new Iterator[T] { var index = 0 def hasNext: scala.Boolean = index < jsLength def next() = { val res = jsApply(index) index + = 1 res } }
24208
24189
ext/EasySeq[SC] def length = jsLength
24209
24190
ext/EasySeq[SC] def next() = { val res = jsApply(index) index + = 1 res }
24210
-
ext/Image[SO] def createBase64Svg(s: String) = { val img = dom.document.createElement("img").asInstanceOf[html.Image] img.src = "data:image/svg+xml;base64, " + s img }
24211
24191
ext/KeyCode[SO] final val A = 65
24212
24192
ext/KeyCode[SO] final val Alt = 18
24213
24193
ext/KeyCode[SO] final val B = 66
@@ -24635,12 +24615,6 @@ ext/KeyValue.Multimedia[SO] final val SpellCheck = "SpellCheck"
24635
24615
ext/KeyValue.Multimedia[SO] final val VolumeDown = "VolumeDown"
24636
24616
ext/KeyValue.Multimedia[SO] final val VolumeMute = "VolumeMute"
24637
24617
ext/KeyValue.Multimedia[SO] final val VolumeUp = "VolumeUp"
ext/package.PimpedHtmlCollection[SC] def iterator = new Iterator[T] { var index = 0 def hasNext: scala.Boolean = index < jsLength def next() = { val res = jsApply(index) index + = 1 res } }
ext/package.PimpedTouchList[SC] def iterator = new Iterator[T] { var index = 0 def hasNext: scala.Boolean = index < jsLength def next() = { val res = jsApply(index) index + = 1 res } }
0 commit comments