Skip to content

Commit

Permalink
chore (bridge) Expose bridge base class for supersonic subclassing.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoka committed Mar 29, 2017
1 parent 28fb73d commit 7aadf29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/steroids.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ window.steroids =
# Communication endpoint to native API
# Native bridge is the communication layer from WebView to Native
# Valid values are subclasses of Bridge
window.steroids.Bridge = Bridge
window.steroids.nativeBridge = Bridge.getBestNativeBridge()

# All compnents that perform async operations are here
Expand Down

0 comments on commit 7aadf29

Please sign in to comment.