Advertisement
hqt

Circle.js

hqt
Jul 31st, 2012
534
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Helper.using('py.Figures', function (ns) {
  2.  
  3.     ns.Circle = function (params){
  4.        // code here : too long and i think it's not necessary
  5.     }
  6.     ns.Alert = function(){   I add this for testing purpose
  7.                alert('hello');
  8.     }
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement