~ubuntu-branches/ubuntu/karmic/kst/karmic

« back to all changes in this revision

Viewing changes to kst/src/extensions/js/bind_scalar.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Hymers
  • Date: 2008-06-28 15:16:16 UTC
  • mfrom: (1.2.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080628151616-9hvxg0nmnlkmyz4y
Tags: 1.6.0-1
* New upstream release.
* Change B-D to libnetcdf-dev.
* Add dh_icons call.  Closes: #457853.
* Bump Standards-Version to 3.8.0.
* Bump debhelper dependency for dh_icons.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
       @description Default constructor.  Creates a new scalar with value 0.0.
37
37
    */
38
38
    /* @constructor
39
 
       @arg Number value
 
39
       @arg number value
40
40
       @description Creates a new scalar with the specified value.
41
41
    */
42
42
    KstBindScalar(KJS::ExecState *exec, KstScalarPtr s);
65
65
 
66
66
 
67
67
#endif
68
 
 
69
 
// vim: ts=2 sw=2 et