observe-js: Fix type of ArrayObserver_instance (#17056)

This commit is contained in:
Andy
2017-06-08 15:10:37 -07:00
committed by Mohamed Hegazy
parent b3dc832da4
commit 261cdecc96
+1 -1
View File
@@ -102,7 +102,7 @@ declare namespace observejs {
}
interface ArrayObserver_instance extends Observable {
open(onChange:(splices:Array<splice>)=>any):void
open(onChange: (splices: Array<splice>, oldSplices: Array<splice>) => any): void
}
/**