Subversion Repositories JSX

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
368 2013-03-21 00:28:33 PointedEars /trunk/
* object.js
  - return jsx.throwThis() to make program flow explicit
  - Removed module pattern until JSDT supports jsdoc-toolkit 3.0
  - jsx.object.getFeature() returns undefined on failure to allow for boolean features
  - Fixed/Added JSdoc
 
367 2013-03-20 23:53:55 PointedEars /trunk/
* dom.js:
  - jsx.dom.createNodesFromObj(): Use jsx.object.getKeys() for iteration
  - Fixed/Added JSdoc
 
366 2013-03-16 16:17:59 PointedEars /trunk/
* array.js: Removed superfluous @partof from JSdoc
 
365 2013-03-16 13:58:20 PointedEars /trunk/test/
* test/test.js
  - Added support for indented HTML text
  - Updated JSdoc
 
364 2013-03-14 22:11:40 PointedEars /trunk/
* object.js: Removed obsolete version number
 
363 2013-03-14 22:09:53 PointedEars /trunk/
* object.js: Fixed JSdoc
 
362 2013-03-14 21:30:04 PointedEars /trunk/
* object.js: Safely added jsx.import() === jsx._import() for ES 5-compatible implementations
 
361 2013-03-08 23:49:28 PointedEars /trunk/
General clean-up: Paths, SVN keywords, formatting, JSdoc
 
360 2013-03-08 23:22:09 PointedEars /trunk/string/
* string/hyphenation.js: Fixed separator expression
 
359 2013-03-07 21:54:49 PointedEars /trunk/
* array.js: Fixed JSdoc
 
358 2013-03-07 13:41:27 PointedEars /trunk/
* array.js
  - Added jsx.array.sortBy()/Array.prototype.sortBy()
  - Added SVN keywords
 
357 2013-03-03 17:38:32 PointedEars /trunk/
* object.js
  - Several optimizations
  - Fixed code style
  - Fixed copyright notice
 
356 2013-03-02 22:35:38 PointedEars /trunk/
* regexp.js: jsx.regexp.RegExp.exec(): Removed parameter juggling
 
355 2013-02-27 20:02:49 PointedEars /trunk/
* string.js
  - Minor bugfixes and optimizations
  - Added SVN keywords
 
354 2013-02-26 06:54:34 PointedEars /trunk/.settings/
Added project-specific settings
 
353 2013-02-25 22:13:43 PointedEars /trunk/
Added project-specific JS Validator settings
 
352 2013-02-25 22:00:31 PointedEars /trunk/dom/
* dom/css.js: Fixed trailing comma in Object initializer (incompatible with JScript < 9)
 
351 2013-02-21 19:44:07 PointedEars /trunk/dom/
* dom/window.js: Removed application-dependent code
 
350 2013-02-21 18:19:31 PointedEars /trunk/dom/
* dom/window.js: Added jsx.dom.window.fullscreen (from LCARS)
 
349 2013-02-21 16:07:29 PointedEars /trunk/dom/
* dom/storage.js: jsx.dom.storage.isSupported() returns false on SecurityError (Firefox)
 

Show All