3

The Doc says the $.jCanvas object has the 'version' property, but alert($.jCanvas.version) says 'undefined'.

lxmfly123
  • 126
  • 9

2 Answers2

4

That is simple and fun:

That commit has a comment: Removed the version number from jCanvas for the sake of simplicity.

4 days ago

zb'
  • 8,071
  • 4
  • 41
  • 68
3

@Caleb531 just fixed the documentation so that future users will avoid the confusion @lxmfly123 expressed.

UPDATE (2013-01-25): @Caleb531 now builds jCanvas with build.py, which auto-generates a "YY.MM.DD" version in jcanvas.js and jcanvas.jquery.json.

dave_k_smith
  • 655
  • 1
  • 7
  • 22