mediawiki-extensions-Visual.../modules/es
Gabriel Wicke 0d30a5528e First combination of WikiDom serializers with existing parser in
tests/parser/parserTests.js.

* Removed var from es in es.js to allow node.js to access it as global. Only
  alternative solution appears to be a node-specific 'exports' construct:
  http://nodejs.org/docs/v0.3.1/api/modules.html
* Added es.Document.js and es.Document.Serializer.js in es/bases. Not sure if
  this is the desired location.
* Changed es.extend to es.extendClass in the serializers
* Modified the first parser test to include the WikiDom modules and call the
  new HTML serializer
2011-11-03 13:55:48 +00:00
..
bases First combination of WikiDom serializers with existing parser in 2011-11-03 13:55:48 +00:00
images Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00
models Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00
serializers First combination of WikiDom serializers with existing parser in 2011-11-03 13:55:48 +00:00
views Removed using custom elements for heading views, just using divs now - if we have to switch the level we don't want to have to trash the whole thing and rebuild it 2011-11-02 23:01:35 +00:00
es.Html.js Moving es.Html back to es/ directory 2011-11-02 23:11:36 +00:00
es.js First combination of WikiDom serializers with existing parser in 2011-11-03 13:55:48 +00:00
es.Position.js Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00
es.Range.js Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00
es.Surface.css Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00
es.Transaction.js Reorganized modules by javascript namespace 2011-11-02 21:31:45 +00:00