Skip to content

Commit

Permalink
Expose Spring object to globals
Browse files Browse the repository at this point in the history
  • Loading branch information
koenbok committed Dec 26, 2012
1 parent bfdceaf commit 1358741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/init.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ utils = require "./utils"
{Animation} = require "./animation" {Animation} = require "./animation"


{Frame} = require "./primitives/frame" {Frame} = require "./primitives/frame"
{Spring} = require "./primitives/spring"


Global = {} Global = {}
Global.View = View Global.View = View
Expand All @@ -20,6 +21,7 @@ Global.ImageView = ImageView
# Global.TextView = TextView # Global.TextView = TextView
Global.Animation = Animation Global.Animation = Animation
Global.Frame = Frame Global.Frame = Frame
Global.Spring = Spring


Global.utils = utils Global.utils = utils
Global.ViewList = ViewList Global.ViewList = ViewList
Expand Down

0 comments on commit 1358741

Please sign in to comment.