~elachuni/lazr-js/treeview

« back to all changes in this revision

Viewing changes to src-js/lazrjs/effects/effects.js

  • Committer: Anthony Lenton
  • Date: 2009-12-02 21:12:08 UTC
  • mfrom: (131.1.31 toolchain)
  • Revision ID: anthony.lenton@canonical.com-20091202211208-8y8xm25mj8igizz1
Merged changes from trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
183
183
}
184
184
 
185
185
 
186
 
}, null, { "requires":["anim", "node"] });
 
186
}, null, {"skinnable": true,
 
187
          "requires":["anim", "node"]});