We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2483b61 commit 48d42e6Copy full SHA for 48d42e6
src/AS2/com/pipwerks/SCORM.as
@@ -251,7 +251,8 @@ class com.pipwerks.SCORM {
251
}
252
253
254
- private function __stringToBoolean(value:String):Boolean {
+ //Purposely not typing the variable 'value'
255
+ private function __stringToBoolean(value):Boolean {
256
257
var t:String = typeof value;
258
src/AS3/com/pipwerks/SCORM.as
@@ -252,7 +252,7 @@ package com.pipwerks {
+ private function __stringToBoolean(value:*):Boolean {
0 commit comments